]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Fix ospf router-id doc suggestion 4755/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 30 Jul 2019 21:13:55 +0000 (17:13 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 30 Jul 2019 21:13:55 +0000 (17:13 -0400)
The v2 and v3 ospf documentation was suggesting
that the user should use a deprecated command.

Fixes: #4734
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
doc/user/ospf6d.rst
doc/user/ospfd.rst

index 6413c6299531639057335e3e559877498d55ae73..2300cb0e19e81b0b6f5d3d4b43d5bd0c597a0c5b 100644 (file)
@@ -195,7 +195,7 @@ Example of ospf6d configured on one interface and area:
     ipv6 ospf6 instance-id 0
    !
    router ospf6
-    router-id 212.17.55.53
+    ospf6 router-id 212.17.55.53
     area 0.0.0.0 range 2001:770:105:2::/64
     interface eth0 area 0.0.0.0
    !
index 83e14d474f0a6ff76b0a764430bfbb3dc646e553..7dfadc472da8f571cf726a68e456d76126e90357 100644 (file)
@@ -69,7 +69,7 @@ The instance number should be specified in the config when addressing a particul
 .. code-block:: frr
 
    router ospf 5
-      router-id 1.2.3.4
+      ospf router-id 1.2.3.4
       area 0.0.0.0 authentication message-digest
       ...