nMustaki / debinterface

A simple Python library for dealing with the /etc/network/interfaces file in most Debian based distributions.
BSD 3-Clause "New" or "Revised" License
10 stars 16 forks source link

allow-hotplug or hotplug attribut #17

Open ymolinet opened 7 years ago

ymolinet commented 7 years ago

https://github.com/nMustaki/debinterface/blob/devel/debinterface/adapter.py#L442 is define allow-hotplug attribut but validator wait for hotplug (without allow-)

nMustaki commented 7 years ago

Nice catch, thanks ! I'll work on the library this week, but if you want to send in a pull request, you're welcome.

nMustaki commented 7 years ago

After pondering, I won't change it for now, because it would break retrocompatibility. I'm going to create a 4.0 milestone and I'll change it then, in a few weeks.