From aa47a69b3237f401c0c247ca1257f41bceb09820 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Wed, 26 May 2021 02:05:11 +0300 Subject: [PATCH] doc: replace "interface IFNAME area" with "ipv6 ospf6 area" Signed-off-by: Igor Ryzhov --- doc/user/ospf6d.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index 59a3af7645..d26062e2b9 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -18,13 +18,6 @@ OSPF6 router Set router's Router-ID. -.. clicmd:: interface IFNAME area (0-4294967295) - -.. clicmd:: interface IFNAME area A.B.C.D - - Bind interface to specified area, and start sending OSPF packets. `area` can - be specified as 0. - .. clicmd:: timers throttle spf (0-600000) (0-600000) (0-600000) This command sets the initial `delay`, the `initial-holdtime` @@ -108,6 +101,10 @@ The following functionalities are implemented as per RFC 3101: OSPF6 interface =============== +.. clicmd:: ipv6 ospf6 area + + Enable OSPFv3 on the interface and add it to the specified area. + .. clicmd:: ipv6 ospf6 cost COST Sets interface's output cost. Default value depends on the interface @@ -265,12 +262,12 @@ Example of ospf6d configured on one interface and area: .. code-block:: frr interface eth0 + ipv6 ospf6 area 0.0.0.0 ipv6 ospf6 instance-id 0 ! router ospf6 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 ! @@ -282,6 +279,7 @@ Larger example with policy and various options set: debug ospf6 neighbor state ! interface fxp0 + ipv6 ospf6 area 0.0.0.0 ipv6 ospf6 cost 1 ipv6 ospf6 hello-interval 10 ipv6 ospf6 dead-interval 40 @@ -302,7 +300,6 @@ Larger example with policy and various options set: router ospf6 router-id 255.1.1.1 redistribute static route-map static-ospf6 - interface fxp0 area 0.0.0.0 ! access-list access4 permit 127.0.0.1/32 ! -- 2.39.5