From ab888b9d959a894e280fa83d01a935f16bdd10f1 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 14 Feb 2026 17:25:37 +0100 Subject: bgp: T7984: add CLI support for "neighbor remote-as auto" FRR implemented a new know to learn the peers remote ASN from the BGP OPEN message from https://github.com/FRRouting/frr/pull/16345. --- interface-definitions/include/bgp/remote-as.xml.i | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/bgp/remote-as.xml.i b/interface-definitions/include/bgp/remote-as.xml.i index 79d3b95a9..4c622b831 100644 --- a/interface-definitions/include/bgp/remote-as.xml.i +++ b/interface-definitions/include/bgp/remote-as.xml.i @@ -3,12 +3,16 @@ Neighbor BGP AS number - external internal + auto external internal u32:1-4294967294 Neighbor AS number + + auto + Automatically detect remote AS + external Any AS different from the local AS @@ -19,7 +23,7 @@ - (external|internal) + (auto|external|internal) Invalid AS number -- cgit v1.2.3