[pve-devel] [PATCH] bridge_copy : add multicast_snooping,	multicast_router to copy features
    Alexandre Derumier 
    aderumier at odiso.com
       
    Mon Mar  4 09:57:04 CET 2013
    
    
  
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 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 c20951e..cedee21 100644
--- a/data/PVE/Network.pm
+++ b/data/PVE/Network.pm
@@ -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_router'];
 
     foreach my $sysname (@$br_configs) {
 	eval {
-- 
1.7.10.4
    
    
More information about the pve-devel
mailing list