[pve-devel] [PATCH] copy_bridge : copy multicast_snooping && multicast_querier
Dietmar Maurer
dietmar at proxmox.com
Fri Mar 15 06:25:58 CET 2013
applied, thanks!
> -----Original Message-----
> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
> bounces at pve.proxmox.com] On Behalf Of Alexandre Derumier
> Sent: Donnerstag, 14. März 2013 13:29
> To: pve-devel at pve.proxmox.com
> Subject: [pve-devel] [PATCH] 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 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
> 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 {
> --
> 1.7.10.4
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list