summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2019-06-17 19:53:48 +0200
committerGitHub <noreply@github.com>2019-06-17 19:53:48 +0200
commitdec5b24733360be253242e7b2db893d9d55ef459 (patch)
treea135f383b1a793146a7bc6e184440ac013a705e1 /doc
parentMerge pull request #4537 from mjstapp/fix_mpls_config_doc (diff)
parentbgpd: List all groups dynamically for commands with peer-group (diff)
downloadfrr-dec5b24733360be253242e7b2db893d9d55ef459.tar.xz
frr-dec5b24733360be253242e7b2db893d9d55ef459.zip
Merge pull request #4505 from ton31337/feature/autocomplete_bgp_peer-group
bgpd: List all groups dynamically for commands with peer-group
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 768f22c87..1831363e1 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -826,8 +826,8 @@ Defining Peers
peers ASN is the same as mine as specified under the :clicmd:`router bgp ASN`
command the connection will be denied.
-.. index:: [no] bgp listen range <A.B.C.D/M|X:X::X:X/M> peer-group WORD
-.. clicmd:: [no] bgp listen range <A.B.C.D/M|X:X::X:X/M> peer-group WORD
+.. index:: [no] bgp listen range <A.B.C.D/M|X:X::X:X/M> peer-group PGNAME
+.. clicmd:: [no] bgp listen range <A.B.C.D/M|X:X::X:X/M> peer-group PGNAME
Accept connections from any peers in the specified prefix. Configuration
from the specified peer-group is used to configure these peers.
@@ -1050,8 +1050,8 @@ and will share updates.
This command defines a new peer group.
-.. index:: neighbor PEER peer-group WORD
-.. clicmd:: neighbor PEER peer-group WORD
+.. index:: neighbor PEER peer-group PGNAME
+.. clicmd:: neighbor PEER peer-group PGNAME
This command bind specific peer to peer group WORD.