voxpupuli / puppet-network

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

Enable bonded interfaces on Debian-based distros instead of explicitly disabling them, to allow bonds to work correctly #289

Open legooolas opened 1 year ago

legooolas commented 1 year ago

Pull Request (PR) description

Set bond member interfaces to be enabled or disabled with the main interface, as disabled member interfaces on an enabled bond do not become a member of the bond as expected.

This Pull Request (PR) fixes the following issues

Fixes #288

legooolas commented 1 year ago

I'm not sure what else is required for this but I'm happy to update this as required, and perhaps even provide bond config examples for the README if that would be helpful.