1
0
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:
Roopa Prabhu
2015-09-09 11:21:24 -07:00
parent 21289e4a74
commit f6d2d5eab5
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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