Justin McAteer wrote: > Based on my experience, there has been no way to explicitly ignore > BOOTP requests in favor of DHCP (at least as of version 2.51). What we > had to do was add a requirement against the ClientId, which is not > included in the BOOTP request. This had the effect of causing DNSMasq > to ignore the BOOTP requests in question. > >
BOOTP requests set a tag "bootp" so dhcp-ignore=bootp will stop any replies to BOOTP, no messing with client-ids. HTH Simon.
