mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
fix errors in examples that were generate warnings
Ticket: Reviewed By: trivial Testing Done: Tested all example files with latest from 2.5.4
This commit is contained in:
@ -26,7 +26,6 @@ iface swp30
|
||||
# bond interface
|
||||
auto bond3
|
||||
iface bond3 inet static
|
||||
address 100.0.0.4/16
|
||||
bond-slaves swp1 swp2
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
@ -38,7 +37,6 @@ iface bond3 inet static
|
||||
# bond interface
|
||||
auto bond4
|
||||
iface bond4 inet static
|
||||
address 100.0.0.6/16
|
||||
bond-slaves swp3 swp4
|
||||
bond-mode 802.3ad
|
||||
bond-miimon 100
|
||||
@ -59,11 +57,9 @@ iface br0
|
||||
# vlan interface on bond
|
||||
auto bond3.2000
|
||||
iface bond3.2000 inet static
|
||||
address 100.1.0.4/16
|
||||
|
||||
auto bond4.2000
|
||||
iface bond4.2000 inet static
|
||||
address 100.1.0.6/16
|
||||
|
||||
auto br2000
|
||||
iface br2000 inet6 static
|
||||
|
@ -15,7 +15,7 @@
|
||||
%for v in range(1000,1100):
|
||||
auto vlan-${v}
|
||||
iface vlan-${v} inet static
|
||||
bridge-ports swp1-6.${v}
|
||||
bridge-ports glob swp1-6.${v}
|
||||
bridge-stp on
|
||||
bridge-ageing 200
|
||||
bridge-maxage 10
|
||||
|
Reference in New Issue
Block a user