Allow bondethernet members list to be empty, and omitted from the YAML config
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
bondethernets:
|
||||
BondEthernet0:
|
||||
interfaces: [ GigabitEthernet3/0/0, GigabitEthernet3/0/1 ]
|
||||
BondEthernet1:
|
||||
mode: xor
|
||||
|
||||
interfaces:
|
||||
GigabitEthernet3/0/0:
|
||||
@ -59,6 +61,10 @@ interfaces:
|
||||
encapsulation:
|
||||
dot1ad: 501
|
||||
exact-match: False
|
||||
|
||||
BondEthernet1:
|
||||
mtu: 1500
|
||||
|
||||
vxlan_tunnel1:
|
||||
mtu: 2000
|
||||
|
||||
|
Reference in New Issue
Block a user