Add support for bonding / LAGs.

* Add a bond executor
  * Add mappings from ifupdown1/2
  * Add a detailed man page
  * Remove legacy compatiblity glue for setups with 'requires' only

  The current implementation has to work around the fact that member interfaces
  will be already up then the bond is created. This is simply done by downing
  them, adding them to the bundle and upping them again. This can possible be
  done in a nicer way after revisiting the ordering of plugin execution (#12).

  Closes #91

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
Maximilian Wilhelm 2020-10-04 01:35:41 +02:00
parent cc06712611
commit 9ee3a874d4
6 changed files with 273 additions and 4 deletions

View file

@ -143,7 +143,8 @@ MANPAGES_8 = \
doc/ifctrstat.8
MANPAGES_5 = \
doc/interfaces.5
doc/interfaces.5 \
doc/interfaces-bond.5
MANPAGES_7 = \
doc/ifupdown-executor.7