5
0
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:
Alexandre Derumier 2013-03-14 13:29:15 +01:00 committed by Dietmar Maurer
parent 7238ea8dbf
commit db00f1a22f

View File

@ -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 {