mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-01-03 09:17:36 +03:00
copy_bridge : copy multicast_snooping && multicast_querier
If we create new vlan bridge, we want to copy multicast options if user have tunned them Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
7238ea8dbf
commit
db00f1a22f
@ -45,7 +45,7 @@ sub copy_bridge_config {
|
||||
return if $br0 eq $br1;
|
||||
|
||||
my $br_configs = [ 'ageing_time', 'stp_state', 'priority', 'forward_delay',
|
||||
'hello_time', 'max_age'];
|
||||
'hello_time', 'max_age', 'multicast_snooping', 'multicast_querier'];
|
||||
|
||||
foreach my $sysname (@$br_configs) {
|
||||
eval {
|
||||
|
Loading…
Reference in New Issue
Block a user