]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Update doc for router-id command
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 9 Jul 2020 16:00:26 +0000 (12:00 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 9 Jul 2020 16:00:26 +0000 (12:00 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
doc/user/zebra.rst

index fcf5c40307a6ebec39d1a5f51516f8ad519ac3ba..7b028fd67480b11014b2df0684d02e115ad92a66 100644 (file)
@@ -1050,11 +1050,20 @@ Many routing protocols require a router-id to be configured. To have a
 consistent router-id across all daemons, the following commands are available
 to configure and display the router-id:
 
-.. index:: [no] router-id A.B.C.D [vrf NAME]
-.. clicmd:: [no] router-id A.B.C.D [vrf NAME]
+.. index:: [no] router-id A.B.C.D
+.. clicmd:: [no] router-id A.B.C.D
 
-   Configure the router-id of this router.
+   Allow entering of the router-id.  This command also works under the
+   vrf subnode, to allow router-id's per vrf. 
 
+.. index:: [no] router-id A.B.C.D vrf NAME
+.. clicmd:: [no] router-id A.B.C.D vrf NAME
+
+   Configure the router-id of this router from the configure NODE.
+   A show run of this command will display the router-id command
+   under the vrf sub node.  This command is deprecated and will
+   be removed at some point in time in the future.
 .. index:: show router-id [vrf NAME]
 .. clicmd:: show router-id [vrf NAME]