summaryrefslogtreecommitdiff
path: root/docs/routing
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-19 17:28:16 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-19 17:28:16 +0100
commit5ec9ab00bc619afd5e1b1ecca74e8911dc8a35f8 (patch)
tree6e4d109a05ed9669c1b798316e63eeeb5510817c /docs/routing
parente57fbc9f9b9690695d7892ebadaed7f7f0722505 (diff)
downloadvyos-documentation-5ec9ab00bc619afd5e1b1ecca74e8911dc8a35f8.tar.gz
vyos-documentation-5ec9ab00bc619afd5e1b1ecca74e8911dc8a35f8.zip
bgp: replace wrong clicmd keyword with cfgcmd
Diffstat (limited to 'docs/routing')
-rw-r--r--docs/routing/bgp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/routing/bgp.rst b/docs/routing/bgp.rst
index 37cf3c92..9308c62d 100644
--- a/docs/routing/bgp.rst
+++ b/docs/routing/bgp.rst
@@ -91,7 +91,7 @@ bottom until one of the factors can be used.
If multi-pathing is enabled, then check whether the routes not yet
distinguished in preference may be considered equal. If
- :clicmd:`bgp bestpath as-path multipath-relax` is set, all such routes are
+ :cfgcmd:`bgp bestpath as-path multipath-relax` is set, all such routes are
considered equal, otherwise routes received via iBGP with identical AS_PATHs
or routes received from eBGP neighbours in the same AS are considered equal.
@@ -99,7 +99,7 @@ bottom until one of the factors can be used.
Where both routes were received from eBGP peers, then prefer the route
which is already selected. Note that this check is not applied if
- :clicmd:`bgp bestpath compare-routerid` is configured. This check can
+ :cfgcmd:`bgp bestpath compare-routerid` is configured. This check can
prevent some cases of oscillation.
11. **Router-ID check**