X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=test%2Fetc_network_interfaces%2Ft.create_network.pl;fp=test%2Fetc_network_interfaces%2Ft.create_network.pl;h=7705070da1d3728792b6d8adb9602cc248b3ad02;hp=dbbe3a333151d719cfbcce2f51c86451613d86e4;hb=beedabb4aba8083f2ebe9f29c51b19bf1d4149fd;hpb=378c6656c9aba1d57786f916717c2622a3059fb6 diff --git a/test/etc_network_interfaces/t.create_network.pl b/test/etc_network_interfaces/t.create_network.pl index dbbe3a3..7705070 100644 --- a/test/etc_network_interfaces/t.create_network.pl +++ b/test/etc_network_interfaces/t.create_network.pl @@ -25,8 +25,8 @@ my $remoteip2 = '192.168.0.4'; my $vmbr0_part = <<"PART"; auto vmbr0 iface vmbr0 inet static - address 10.0.0.2/24 - gateway 10.0.0.1 + address 10.0.0.2/24 + gateway 10.0.0.1 bridge-ports eth0 bridge-stp off bridge-fd 0 @@ -50,8 +50,8 @@ $config->{ifaces}->{eth1} = { my $eth1_part = <<"PART"; auto eth1 iface eth1 inet static - address $ip - gateway $gw + address $ip + gateway $gw PART chomp $eth1_part; @@ -430,8 +430,8 @@ iface eth0 inet manual auto eth1 iface eth1 inet6 static - address $ip - gateway $gw + address $ip + gateway $gw iface eth2 inet manual @@ -439,8 +439,8 @@ iface eth3 inet manual auto vmbr0 iface vmbr0 inet static - address 10.0.0.2/24 - gateway 10.0.0.1 + address 10.0.0.2/24 + gateway 10.0.0.1 bridge-ports eth0 bridge-stp off bridge-fd 0