razorsedge / puppet-network

Puppet module to manage Red Hat/Fedora traditional network configuration.
http://forge.puppetlabs.com/razorsedge/network
Other
55 stars 140 forks source link

Remove of Slave From Bond #117

Open patchsmyle opened 8 years ago

patchsmyle commented 8 years ago

Code does not properly handle removing of a slave from the bond. It only has context to 'add' slaves to an interface.

Add code to properly remove a slave from the bond if the provided interfaces no longer applied to the bond.

razorsedge commented 7 years ago

This will probably require reimplementation of bond configuration into a single Define[] that also deals with the slave interfaces.