[pve-devel] applied: [PATCH pve-network] frr: remove "no bgp default ipv6-unicast"

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Sep 9 18:04:31 CEST 2019


On 09.09.19 17:56, Alexandre Derumier wrote:
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
>  PVE/Network/SDN/FrrPlugin.pm | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/PVE/Network/SDN/FrrPlugin.pm b/PVE/Network/SDN/FrrPlugin.pm
> index 8a1f86c..79214a7 100644
> --- a/PVE/Network/SDN/FrrPlugin.pm
> +++ b/PVE/Network/SDN/FrrPlugin.pm
> @@ -74,7 +74,6 @@ sub generate_frr_config {
>  
>      push @router_config, "bgp router-id $ifaceip";
>      push @router_config, "no bgp default ipv4-unicast";
> -    push @router_config, "no bgp default ipv6-unicast";
>      push @router_config, "coalesce-time 1000";
>  
>      foreach my $address (@peers) {
> 

applied, sorry, did not checked the other patches to thoroughly about
the specifically added router configs.. :/




More information about the pve-devel mailing list