summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2019-04-16 14:27:10 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2019-05-07 16:01:47 +0200
commitc3771c91faa628a556ac19acbc8329806dbbba12 (patch)
tree98020f3b24d2b6c0894e43ab524857d5af4b3e75 /doc
parentbfdd: show bfd [vrf NAME] peer command change (diff)
downloadfrr-c3771c91faa628a556ac19acbc8329806dbbba12.tar.xz
frr-c3771c91faa628a556ac19acbc8329806dbbba12.zip
doc: change bfd show commands with vrfname keyword
now that bfd show commands have changed, update documentation so as to reflect how to use vrf keyword in the show bfd commands. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bfd.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst
index 521aa0209..a7c5cf28b 100644
--- a/doc/user/bfd.rst
+++ b/doc/user/bfd.rst
@@ -81,13 +81,13 @@ BFDd Commands
Stops and removes the selected peer.
-.. index:: show bfd peers [json]
-.. clicmd:: show bfd peers [json]
+.. index:: show bfd [vrf NAME] peers [json]
+.. clicmd:: show bfd [vrf NAME] peers [json]
Show all configured BFD peers information and current status.
-.. index:: show bfd peer <WORD$label|<A.B.C.D|X:X::X:X>$peer [{multihop|local-address <A.B.C.D|X:X::X:X>$local|interface IFNAME$ifname|vrf NAME$vrfname}]> [json]
-.. clicmd:: show bfd peer <WORD$label|<A.B.C.D|X:X::X:X>$peer [{multihop|local-address <A.B.C.D|X:X::X:X>$local|interface IFNAME$ifname|vrf NAME$vrfname}]> [json]
+.. index:: show bfd [vrf NAME$vrfname] peer <WORD$label|<A.B.C.D|X:X::X:X>$peer [{multihop|local-address <A.B.C.D|X:X::X:X>$local|interface IFNAME$ifname}]> [json]
+.. clicmd:: show bfd [vrf NAME$vrfname] peer <WORD$label|<A.B.C.D|X:X::X:X>$peer [{multihop|local-address <A.B.C.D|X:X::X:X>$local|interface IFNAME$ifname}]> [json]
Show status for a specific BFD peer.