From 1be25d724acc04313592556e2c2f2dd4b89f53a2 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 11 Jun 2024 17:06:47 +0200 Subject: bgp: T6473: missing completion helper for peer-groups inside a VRF Using BGP peer-groups inside a VRF instance will make use if the global VRFs peer-group list during tab-completion and not the peer-groups defined within the BGP instance of the given VRF. (cherry picked from commit 80ea3d53b2224676d3e9287bce80df4407fe6c01) --- interface-definitions/include/bgp/peer-group.xml.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface-definitions/include/bgp/peer-group.xml.i b/interface-definitions/include/bgp/peer-group.xml.i index 3866fc017..c80d4a394 100644 --- a/interface-definitions/include/bgp/peer-group.xml.i +++ b/interface-definitions/include/bgp/peer-group.xml.i @@ -3,7 +3,7 @@ Peer group for this peer - protocols bgp peer-group + ${COMP_WORDS[@]:1:${#COMP_WORDS[@]}-5} peer-group txt -- cgit v1.2.3