5
0
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:
Wolfgang Bumiller 2018-09-11 14:10:36 +02:00
parent 514c2138d1
commit 8b49281929

View File

@ -205,7 +205,7 @@ $config->{ifaces}->{vmbr3} = {
families => ['inet'],
bridge_stp => 'off',
bridge_fd => 0,
bridge_ports => 'vxlan3',
bridge_ports => 'vxlan3.50',
bridge_vlan_aware => 'yes',
bridge_vids => '2-10',
autostart => 1
@ -229,7 +229,7 @@ iface vmbr2 inet manual
auto vmbr3
iface vmbr3 inet manual
bridge-ports vxlan3
bridge-ports vxlan3.50
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes