sargon / ddhcpd

A distributed DHCP Daemon
GNU General Public License v3.0
31 stars 11 forks source link

Support for DHCPINFORM #42

Closed sargon closed 4 years ago

sargon commented 5 years ago

As of RFC2131 we should support DHCPINFORM message type, to be honest I don't expect many clients to be able to use this feature, but we should support it.

BenBE commented 5 years ago

Currently working on support for this. See PR #59 for a first implementation draft.

Versions of this patch also may take #44 into account to disable support for this, unless strict RFC compliance (#45) is desired.