]> git.proxmox.com Git - pve-network.git/blobdiff - test/zones/qinq/ovs_vlanprotocol/expected_sdn_interfaces
separate packaging and source build system
[pve-network.git] / test / zones / qinq / ovs_vlanprotocol / expected_sdn_interfaces
diff --git a/test/zones/qinq/ovs_vlanprotocol/expected_sdn_interfaces b/test/zones/qinq/ovs_vlanprotocol/expected_sdn_interfaces
deleted file mode 100644 (file)
index aeefec9..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#version:1
-
-auto ln_myzone
-iface ln_myzone
-       link-type veth
-       veth-peer-name pr_myzone
-
-auto myvnet
-iface myvnet
-       bridge_ports z_myzone.100
-       bridge_stp off
-       bridge_fd 0
-
-auto pr_myzone
-iface pr_myzone
-       link-type veth
-       veth-peer-name ln_myzone
-
-auto sv_myzone
-iface sv_myzone
-       ovs_type OVSIntPort
-       ovs_bridge vmbr0
-       ovs_options vlan_mode=dot1q-tunnel tag=10 other_config:qinq-ethtype=802.1ad
-
-auto vmbr0
-iface vmbr0
-       ovs_ports sv_myzone
-
-auto z_myzone
-iface z_myzone
-       bridge-stp off
-       bridge-ports sv_myzone ln_myzone
-       bridge-fd 0
-       bridge-vlan-aware yes
-       bridge-vids 2-4094