]> git.proxmox.com Git - pve-network.git/blob - test/zones/qinq/ovs/expected_sdn_interfaces
zone: qinq: add vnet without tag support
[pve-network.git] / test / zones / qinq / ovs / expected_sdn_interfaces
1 #version:1
2
3 auto ln_myzone
4 iface ln_myzone
5 link-type veth
6 veth-peer-name pr_myzone
7
8 auto ln_myzone2
9 iface ln_myzone2
10 link-type veth
11 veth-peer-name pr_myzone2
12
13 auto myvnet
14 iface myvnet
15 bridge_ports z_myzone.100
16 bridge_stp off
17 bridge_fd 0
18
19 auto myvnet2
20 iface myvnet2
21 bridge_ports z_myzone.101
22 bridge_stp off
23 bridge_fd 0
24
25 auto myvnet3
26 iface myvnet3
27 bridge_ports z_myzone2.100
28 bridge_stp off
29 bridge_fd 0
30
31 auto pr_myzone
32 iface pr_myzone
33 link-type veth
34 veth-peer-name ln_myzone
35
36 auto pr_myzone2
37 iface pr_myzone2
38 link-type veth
39 veth-peer-name ln_myzone2
40
41 auto sv_myzone
42 iface sv_myzone
43 ovs_type OVSIntPort
44 ovs_bridge vmbr0
45 ovs_options vlan_mode=dot1q-tunnel tag=10 other_config:qinq-ethtype=802.1q
46
47 auto sv_myzone2
48 iface sv_myzone2
49 ovs_type OVSIntPort
50 ovs_bridge vmbr0
51 ovs_options vlan_mode=dot1q-tunnel tag=20 other_config:qinq-ethtype=802.1q
52
53 auto vmbr0
54 iface vmbr0
55 ovs_ports sv_myzone sv_myzone2
56
57 auto z_myzone
58 iface z_myzone
59 bridge-stp off
60 bridge-ports sv_myzone ln_myzone
61 bridge-fd 0
62 bridge-vlan-aware yes
63 bridge-vids 2-4094
64
65 auto z_myzone2
66 iface z_myzone2
67 bridge-stp off
68 bridge-ports sv_myzone2 ln_myzone2
69 bridge-fd 0
70 bridge-vlan-aware yes
71 bridge-vids 2-4094