X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=test%2Fetc_network_interfaces%2Ft.ovs_bridge_allow.pl;h=6d22243b3d7563660a20e283a139e4b1680e0cd5;hp=7a0b8cec7103d42b52220079703d321da16933b5;hb=1accc6da659d8a02dcf1c2a636749e6f48fb9c2d;hpb=936218b86f0a370dc78a378b7f87cfc5b4efc450 diff --git a/test/etc_network_interfaces/t.ovs_bridge_allow.pl b/test/etc_network_interfaces/t.ovs_bridge_allow.pl index 7a0b8ce..6d22243 100644 --- a/test/etc_network_interfaces/t.ovs_bridge_allow.pl +++ b/test/etc_network_interfaces/t.ovs_bridge_allow.pl @@ -48,19 +48,18 @@ iface vmbr0 inet static /etc/network/interfaces -# Adding an interface to the bridge needs to add allow- lines: +# Adding an interface to the bridge needs to add allow- lines and remove +# its autostart property. update_iface('vmbr0', [], ovs_ports => 'eth1 eth2'); expect load('loopback') . <<"/etc/network/interfaces"; auto eth0 iface eth0 inet manual -auto eth1 allow-vmbr0 eth1 iface eth1 inet manual ovs_type OVSPort ovs_bridge vmbr0 -auto eth2 allow-vmbr0 eth2 iface eth2 inet manual ovs_type OVSPort