]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: move ospf6 area commands to the appropriate section
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 11 Aug 2021 14:55:12 +0000 (17:55 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 11 Aug 2021 15:00:28 +0000 (18:00 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
doc/user/ospf6d.rst

index 948527d774d183f621b0ef9ac8b9956e3b3765f5..110d83d4e6ed7a1fd5c8ba221232bb4d6de2f551 100644 (file)
@@ -70,20 +70,6 @@ OSPF6 router
    Use this command to control the maximum number of parallel routes that
    OSPFv3 can support. The default is 64.
 
-.. clicmd:: area A.B.C.D range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]
-
-.. clicmd:: area (0-4294967295) range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]
-
-    Summarize a group of internal subnets into a single Inter-Area-Prefix LSA.
-    This command can only be used at the area boundary (ABR router).
-
-    By default, the metric of the summary route is calculated as the highest
-    metric among the summarized routes. The `cost` option, however, can be used
-    to set an explicit metric.
-
-    The `not-advertise` option, when present, prevents the summary route from
-    being advertised, effectively filtering the summarized routes.
-
 .. clicmd:: write-multiplier (1-100)
 
    Use this command to tune the amount of work done in the packet read and
@@ -236,6 +222,20 @@ The following debug commands are supported:
 OSPF6 area
 ==========
 
+.. clicmd:: area A.B.C.D range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]
+
+.. clicmd:: area (0-4294967295) range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]
+
+    Summarize a group of internal subnets into a single Inter-Area-Prefix LSA.
+    This command can only be used at the area boundary (ABR router).
+
+    By default, the metric of the summary route is calculated as the highest
+    metric among the summarized routes. The `cost` option, however, can be used
+    to set an explicit metric.
+
+    The `not-advertise` option, when present, prevents the summary route from
+    being advertised, effectively filtering the summarized routes.
+
 .. clicmd:: area A.B.C.D nssa
 
 NSSA Support in OSPFv3