mirror of
git://git.proxmox.com/git/pve-common.git
synced 2024-12-22 21:33:47 +03:00
INotify: add tests for non-defined vlan bridge ports
This tests the case covered by the previous commit Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
514c2138d1
commit
8b49281929
@ -205,7 +205,7 @@ $config->{ifaces}->{vmbr3} = {
|
|||||||
families => ['inet'],
|
families => ['inet'],
|
||||||
bridge_stp => 'off',
|
bridge_stp => 'off',
|
||||||
bridge_fd => 0,
|
bridge_fd => 0,
|
||||||
bridge_ports => 'vxlan3',
|
bridge_ports => 'vxlan3.50',
|
||||||
bridge_vlan_aware => 'yes',
|
bridge_vlan_aware => 'yes',
|
||||||
bridge_vids => '2-10',
|
bridge_vids => '2-10',
|
||||||
autostart => 1
|
autostart => 1
|
||||||
@ -229,7 +229,7 @@ iface vmbr2 inet manual
|
|||||||
|
|
||||||
auto vmbr3
|
auto vmbr3
|
||||||
iface vmbr3 inet manual
|
iface vmbr3 inet manual
|
||||||
bridge-ports vxlan3
|
bridge-ports vxlan3.50
|
||||||
bridge-stp off
|
bridge-stp off
|
||||||
bridge-fd 0
|
bridge-fd 0
|
||||||
bridge-vlan-aware yes
|
bridge-vlan-aware yes
|
||||||
|
Loading…
Reference in New Issue
Block a user