tests: add ifup test for bonded-bridge relationships
This commit is contained in:
parent
f0050e9a72
commit
8bc39aea7c
2 changed files with 31 additions and 1 deletions
16
tests/fixtures/bonded-bridge.interfaces
vendored
Normal file
16
tests/fixtures/bonded-bridge.interfaces
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
iface bond0
|
||||
use bond
|
||||
|
||||
requires eth0 eth1
|
||||
bond-mode 802.3ad
|
||||
bond-xmit-hash-policy layer2+3
|
||||
|
||||
auto br0
|
||||
iface br0
|
||||
use bridge
|
||||
|
||||
requires bond0
|
||||
address 203.0.113.2/24
|
||||
address 2001:db8:1000:2::2/64
|
||||
gateway 203.0.113.1
|
||||
gateway 2001:db8:1000:2::1
|
Loading…
Add table
Add a link
Reference in a new issue