]> git.proxmox.com Git - pve-common.git/blobdiff - test/etc_network_interfaces/t.update_network.pl
Inotify : write network config : use modern syntax for options
[pve-common.git] / test / etc_network_interfaces / t.update_network.pl
index 40fc12a8b119275e533d8558b3bb93c5da9d4d4a..4bf70cf7a773ac1015d2b448a823daebc721d378 100644 (file)
@@ -41,9 +41,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
 
@@ -82,9 +82,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
 expect $final;