Add ipv6 unicast to ExaBGP neighbor family

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) <noreply@anthropic.com>
This commit is contained in:
sam 2026-05-18 21:40:32 -07:00
parent 6d3387dfe5
commit 482c0cdc01

View File

@ -52,6 +52,7 @@ neighbor ${p_ip} {
family {
ipv4 unicast;
ipv6 unicast;
}
api {