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

Fix class interface parsing #59

Closed anthonygego closed 2 years ago

anthonygego commented 2 years ago

Hi,

It seems the interface field of the class_ sections is currently checked but never saved, and therefore always get the default global value.

I changed the default data type to a list in order to add the interface as they are checked, as the attribute is later converted to a list.

HenriWahl commented 2 years ago

Thank you! :+1: