]> git.proxmox.com Git - pve-common.git/blobdiff - test/etc_network_interfaces/t.create_network.pl
Inotify : write network config : use modern syntax for options
[pve-common.git] / test / etc_network_interfaces / t.create_network.pl
index 22d6c85b54944921d3380cbb8bc780352939f3d7..e4f15ac8ef19d71ff443ff5baf69a73d1d6ea294 100644 (file)
@@ -35,9 +35,9 @@ iface vmbr0 inet static
        address  10.0.0.2
        netmask  255.255.255.0
        gateway  10.0.0.1
-       bridge_ports eth0
-       bridge_stp off
-       bridge_fd 0
+       bridge-ports eth0
+       bridge-stp off
+       bridge-fd 0
 
 CHECK
 
@@ -78,9 +78,9 @@ iface vmbr0 inet static
        address  10.0.0.2
        netmask  255.255.255.0
        gateway  10.0.0.1
-       bridge_ports eth0
-       bridge_stp off
-       bridge_fd 0
+       bridge-ports eth0
+       bridge-stp off
+       bridge-fd 0
 
 CHECK