Lines Matching full:dhcp
15 over-ridden by dhcp-host or dhcp-ignore-names directives.
17 a DHCP relay, if used.
24 dhcp-boot parameters if it's specified as
25 dhcp-option-force.
45 Add new DHCP option named tftpserver-address, which
46 corresponds to the third argument of dhcp-boot. This
47 allows the complete functionality of dhcp-boot to be
48 replicated with dhcp-option. Useful when using
49 dhcp-optsfile.
61 the DHCP server. Thanks to Spencer Clark for spotting this.
68 Honour dhcp-ignore configuration for PXE and proxy-PXE
123 messages from the DHCP subsystem now have the ident string
124 "dnsmasq-dhcp" and messages from TFTP have ident
127 Fix possible infinite DHCP protocol loop when an IP
140 hand-off booting to other boot servers. Proxy-DHCP, where
141 dnsmasq just supplies the PXE information and another DHCP
147 Improvements to DHCP logging. Thanks to Tom Metro for
150 Add ability to build dnsmasq without DHCP support. To do
189 Support arbitrarily encapsulated DHCP options, suggestion
194 dhcp-option = encap:175, 190, "iscsi-client0"
195 dhcp-option = encap:175, 191, "iscsi-client0-secret"
199 Enhance --dhcp-match to allow testing of the contents of a
217 doesn't fall in any dhcp-range. In this case it's not
229 Don't dynamically allocate DHCP addresses which may break
232 --dhcp-range=192.168.0.1,192.168.1.254,255,255,254.0 means
259 Support DHCP clients in multiple DNS domains. This is a
263 Add --dhcp-fqdn flag, which changes behaviour if DNS names
264 assigned to DHCP clients. When this is set, there must be
268 so that two or more DHCP clients can share a hostname, as
281 Update example config dhcp option 47, the previous
289 which the DHCP request was received.
294 Emit DBus signals as the DHCP lease database
297 Allow for more that one MAC address in a dhcp-host
299 abandon a DHCP lease of the fixed address to one MAC
300 address, if another MAC address in the dhcp-host statement
309 Tweak the response to a DHCP request packet with a wrong
310 server-id when --dhcp-authoritative is set; dnsmasq now
316 function, usable for DHCP names. Thanks to AJ Weber for
324 Correct the text names for DHCP options 64 and 65 to be
341 Fix crash when unknown client attempts to renew a DHCP
372 Honour lease-time spec in dhcp-host lines even for
376 dhcp-range.) Thanks to Peter Katzmann for uncovering this.
384 Implement RFC 5107 server-id-override DHCP relay agent