HenriWahl / dhcpy6d

MAC address aware DHCPv6 server written in Python
https://dhcpy6d.de
GNU General Public License v2.0
94 stars 27 forks source link

Option 59 support #16

Closed FelixJacobi closed 5 years ago

FelixJacobi commented 5 years ago

I am considering to switch from the ISC DHCP server, as the MAC thing there is annoying.

As I am dependent on support for supplying the PXE boot parameter via DHCPv6 (Option 59, described in RFC 5970), I started to implement this for dhcpy6d: https://github.com/HenriWahl/dhcpy6d/compare/master...FelixJacobi:add-rfc5970 (WIP, no PR yet).

Should already work, but has no support for configurable URL yet.

HenriWahl commented 5 years ago

Cool man - I am on vacation right now but maybe you are ready when I am back.

FelixJacobi commented 5 years ago

Just created a WIP PR (#17) which contains a basic implementation.