Project

General

Profile

« Previous | Next » 

Revision de1ecf7b

Added by Ohad Levy over 12 years ago

  • ID de1ecf7b5c4b564c3db6760d35fd7563dee70652

fixes #1154 - ms dhcp smart proxy error 400

This commit is not ideal in term of performance, as it forces us to read each
reservation options, a probably better approch is to read the output from the
dump command instead.

View differences:

lib/proxy/dhcp/server/isc.rb
report "Enumerated hosts on #{subnet.network}"
end
# loadRecordOptions is called when a reservation does not have any options at all.
# It is not clear how this could ever occur in this server implementation
def loadRecordOptions
{} # No options
end
private
def loadSubnets
super

Also available in: Unified diff