]> git.proxmox.com Git - pve-common.git/blobdiff - test/etc_network_interfaces/t.unknown_order.pl
Inotify : write network config : use modern syntax for options
[pve-common.git] / test / etc_network_interfaces / t.unknown_order.pl
index 5ed958f5fb4283bb82ae6afc34e4a2f00f64283e..a4346cacfad82fe40ebfee8f98ab565b172b0c73 100644 (file)
@@ -19,49 +19,49 @@ iface eth6 inet manual
 iface eth7 inet manual
 
 iface bond0 inet manual
-       slaves eth0 eth1
-       bond_miimon 100
-       bond_mode balance-alb
+       bond-slaves eth0 eth1
+       bond-miimon 100
+       bond-mode balance-alb
 
 auto bond1
 iface bond1 inet static
        address  10.10.10.$ip
        netmask  255.255.255.0
-       slaves eth2 eth3
-       bond_miimon 100
-       bond_mode balance-alb
+       bond-slaves eth2 eth3
+       bond-miimon 100
+       bond-mode balance-alb
 #       pre-up ifconfig bond1 mtu 9000
 
 auto bond2
 iface bond2 inet manual
-       slaves eth4 eth5
-       bond_miimon 100
-       bond_mode balance-alb
+       bond-slaves eth4 eth5
+       bond-miimon 100
+       bond-mode balance-alb
 # Private networking
 
 iface vlan3 inet static
        address  0.0.0.0
        netmask  0.0.0.0
-       vlan_raw_device bond2
+       vlan-raw-device bond2
 
 iface vlan4 inet static
        address  0.0.0.0
        netmask  0.0.0.0
-       vlan_raw_device bond2
+       vlan-raw-device bond2
 
 iface vlan5 inet static
        address  0.0.0.0
        netmask  0.0.0.0
-       vlan_raw_device bond2
+       vlan-raw-device bond2
 
 auto vmbr0
 iface vmbr0 inet static
        address  192.168.100.13
        netmask  255.255.255.0
        gateway  192.168.100.1
-       bridge_ports bond0
-       bridge_stp off
-       bridge_fd 0
+       bridge-ports bond0
+       bridge-stp off
+       bridge-fd 0
 
 auto vlan6
 iface vlan6 inet static
@@ -73,23 +73,23 @@ iface vlan6 inet static
 
 auto vmbr3
 iface vmbr3 inet manual
-       bridge_ports vlan3
-       bridge_stp off
-       bridge_fd 0
+       bridge-ports vlan3
+       bridge-stp off
+       bridge-fd 0
        pre-up ifup vlan3
 
 auto vmbr4
 iface vmbr4 inet manual
-       bridge_ports vlan4
-       bridge_stp off
-       bridge_fd 0
+       bridge-ports vlan4
+       bridge-stp off
+       bridge-fd 0
        pre-up ifup vlan4
 
 auto vmbr5
 iface vmbr5 inet manual
-       bridge_ports vlan5
-       bridge_stp off
-       bridge_fd 0
+       bridge-ports vlan5
+       bridge-stp off
+       bridge-fd 0
        pre-up ifup vlan5
 
 IFACES