From 5ec9ab00bc619afd5e1b1ecca74e8911dc8a35f8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 19 Dec 2019 17:28:16 +0100 Subject: bgp: replace wrong clicmd keyword with cfgcmd --- docs/routing/bgp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/routing') 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** -- cgit v1.2.3