voxpupuli / puppet-network

Types and providers to manage network interfaces
https://forge.puppet.com/puppet/network
Apache License 2.0
66 stars 107 forks source link

WIP: Fix issue with malformed interfaces file #249

Closed towo closed 5 years ago

towo commented 5 years ago

When using inet and inet6, for example, the interfaces file was considered malformed, even though both configurations can exist in parallel.

This is non-total fix; one would technically need to check if there is either a blacklist or whitelist of families that are/aren't compatible with each other; but to my knowledge, inet and inet6 are the only significant special cases in that regard.

I'm not sure if any issues reference this specific case, a very quick search said 'no'.

bastelfreak commented 5 years ago

@towo can you please have a look at the failed travis job?

towo commented 5 years ago

Meep, don't merge this, this will at the moment make things very annoying if you have inet and inet6 in Debian…

towo commented 5 years ago

Discontinuing this as per recommendation from @dhollinger