]> git.proxmox.com Git - pve-network.git/blobdiff - test/zones/qinq/ovs_vlanprotocol/expected_sdn_interfaces
zone: qinq: add vnet without tag support
[pve-network.git] / test / zones / qinq / ovs_vlanprotocol / expected_sdn_interfaces
index 10b59f8504327b2438107078adf3acf11250a9be..aeefec95d60c8016c6b6f8e5156bd56eeb54632d 100644 (file)
@@ -1,11 +1,21 @@
 #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
@@ -19,7 +29,7 @@ iface vmbr0
 auto z_myzone
 iface z_myzone
        bridge-stp off
-       bridge-ports sv_myzone
+       bridge-ports sv_myzone ln_myzone
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094