From ba4af65b3550c91782e2c1471f345d578aa4366b Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 14 Mar 2013 13:29:15 +0100 Subject: [PATCH 1/1] 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 --- data/PVE/Network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2