From 4dac4cc943efe49b13754bd2cee03975309efd1b Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 13 Sep 2019 16:37:45 -0400 Subject: [PATCH] doc: Update documentation for 'set distance XX` command for bgp Allow bgp to store and pass through a different distance than normal for installing into the rib. Signed-off-by: Donald Sharp --- doc/user/routemap.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index 09cbd7c7b0..e36783d176 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -270,6 +270,12 @@ Route Map Set Command Set the BGP local preference to `local_pref`. +.. index:: [no] set distance DISTANCE +.. clicmd:: [no] set distance DISTANCE + + Set the Administrative distance to DISTANCE to use for the route. + This is only locally significant and will not be dispersed to peers. + .. index:: set weight WEIGHT .. clicmd:: set weight WEIGHT -- 2.39.5