From 482c0cdc01ea120e10543bc5f39f5798370adcd1 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 18 May 2026 21:40:32 -0700 Subject: [PATCH] Add ipv6 unicast to ExaBGP neighbor family MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The IOS-XR routers negotiate IPv6 unicast capability, but the generated exabgp.conf declared only ipv4 unicast — producing repeated "route family (ipv6/unicast) is not configured" errors that crashed ExaBGP. Declaring ipv6 unicast on the neighbor matches the routers' capabilities and stops the crash-restart cycle. Co-Authored-By: Claude Opus 4.7 (1M context) --- exabgp/startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/exabgp/startup.sh b/exabgp/startup.sh index 27100bb..ec00a2b 100644 --- a/exabgp/startup.sh +++ b/exabgp/startup.sh @@ -52,6 +52,7 @@ neighbor ${p_ip} { family { ipv4 unicast; + ipv6 unicast; } api {