]> git.proxmox.com Git - pve-common.git/blobdiff - test/etc_network_interfaces/t.bridge-v4-v6.pl
remove extra space after address && gateway options
[pve-common.git] / test / etc_network_interfaces / t.bridge-v4-v6.pl
index 8a8007443fcf7c3e6be541a081d085bb2530ec2b..07c1c03be5bd4103c08b6dc2f6f049b23c36eec4 100644 (file)
@@ -25,8 +25,8 @@ update_iface('vmbr0',
 
 expect load('base') . <<"EOF";
 iface vmbr0 inet static
-       address  $ip
-       gateway  $gw
+       address $ip
+       gateway $gw
        bridge-ports eth0
        bridge-stp off
        bridge-fd 0
@@ -41,8 +41,8 @@ update_iface('vmbr0',
 
 expect load('with-ipv4') . <<"EOF";
 iface vmbr0 inet6 static
-       address  $ip6
-       gateway  $gw6
+       address $ip6
+       gateway $gw6
 
 EOF
 
@@ -57,8 +57,8 @@ delete_iface('vmbr0', 'inet');
 # bridge ports must now appear in the inet6 block
 expect load('base') . <<"EOF";
 iface vmbr0 inet6 static
-       address  $ip6
-       gateway  $gw6
+       address $ip6
+       gateway $gw6
        bridge-ports eth0
        bridge-stp off
        bridge-fd 0