From: Alexandre Derumier Date: Thu, 14 Mar 2013 12:29:15 +0000 (+0100) Subject: copy_bridge : copy multicast_snooping && multicast_querier X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=ba4af65b3550c91782e2c1471f345d578aa4366b 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 --- diff --git a/data/PVE/Network.pm b/data/PVE/Network.pm index fdf0133..e7521f7 100644 --- a/data/PVE/Network.pm +++ b/data/PVE/Network.pm @@ -89,7 +89,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 {