mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-04 21:22:15 +00: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
d6f2623bb9
commit
ba4af65b35
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user