mirror of
https://git.proxmox.com/git/mirror_ifupdown2
synced 2025-08-17 00:47: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:
parent
21289e4a74
commit
f6d2d5eab5
@ -26,7 +26,6 @@ iface swp30
|
|||||||
# bond interface
|
# bond interface
|
||||||
auto bond3
|
auto bond3
|
||||||
iface bond3 inet static
|
iface bond3 inet static
|
||||||
address 100.0.0.4/16
|
|
||||||
bond-slaves swp1 swp2
|
bond-slaves swp1 swp2
|
||||||
bond-mode 802.3ad
|
bond-mode 802.3ad
|
||||||
bond-miimon 100
|
bond-miimon 100
|
||||||
@ -38,7 +37,6 @@ iface bond3 inet static
|
|||||||
# bond interface
|
# bond interface
|
||||||
auto bond4
|
auto bond4
|
||||||
iface bond4 inet static
|
iface bond4 inet static
|
||||||
address 100.0.0.6/16
|
|
||||||
bond-slaves swp3 swp4
|
bond-slaves swp3 swp4
|
||||||
bond-mode 802.3ad
|
bond-mode 802.3ad
|
||||||
bond-miimon 100
|
bond-miimon 100
|
||||||
@ -59,11 +57,9 @@ iface br0
|
|||||||
# vlan interface on bond
|
# vlan interface on bond
|
||||||
auto bond3.2000
|
auto bond3.2000
|
||||||
iface bond3.2000 inet static
|
iface bond3.2000 inet static
|
||||||
address 100.1.0.4/16
|
|
||||||
|
|
||||||
auto bond4.2000
|
auto bond4.2000
|
||||||
iface bond4.2000 inet static
|
iface bond4.2000 inet static
|
||||||
address 100.1.0.6/16
|
|
||||||
|
|
||||||
auto br2000
|
auto br2000
|
||||||
iface br2000 inet6 static
|
iface br2000 inet6 static
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
%for v in range(1000,1100):
|
%for v in range(1000,1100):
|
||||||
auto vlan-${v}
|
auto vlan-${v}
|
||||||
iface vlan-${v} inet static
|
iface vlan-${v} inet static
|
||||||
bridge-ports swp1-6.${v}
|
bridge-ports glob swp1-6.${v}
|
||||||
bridge-stp on
|
bridge-stp on
|
||||||
bridge-ageing 200
|
bridge-ageing 200
|
||||||
bridge-maxage 10
|
bridge-maxage 10
|
||||||
|
Loading…
Reference in New Issue
Block a user