From 17429f596dc2f769a1115d70456df45c4eb1b1e5 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Sun, 3 Aug 2025 22:45:59 +0300 Subject: [PATCH] Disable distributing routes on pves with bgp --- proxmox/templates/frr.conf.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/proxmox/templates/frr.conf.j2 b/proxmox/templates/frr.conf.j2 index 5d8712e..b8d569a 100644 --- a/proxmox/templates/frr.conf.j2 +++ b/proxmox/templates/frr.conf.j2 @@ -48,9 +48,4 @@ router bgp {{ bgp.as }} {% for peer in bgp.peers_ipv6 %} neighbor {{ peer }} peer-group k6-infra {% endfor %} - ! - address-family ipv6 unicast - neighbor k6-infra activate - redistribute openfabric - exit-address-family !