]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: complete area id for ospf's "range" command
authoranlan_cs <vic.lan@pica8.com>
Fri, 4 Feb 2022 02:09:45 +0000 (10:09 +0800)
committeranlan_cs <vic.lan@pica8.com>
Fri, 4 Feb 2022 02:21:27 +0000 (10:21 +0800)
Like other commands, just complete area id.
Additonally replace `IPV4_PREFIX` with generic `A.B.C.D/M`.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
doc/user/ospfd.rst

index 91e823e7a77489b2c274167910cdc16753428bcb..ed4d02d89b796b68e0cb229578fd7cdaf8922a5d 100644 (file)
@@ -337,14 +337,18 @@ Areas
    announced into backbone area if area 0.0.0.10 contains at least one intra-area
    network (i.e. described with router or network LSA) from this range.
 
-.. clicmd:: area A.B.C.D range IPV4_PREFIX not-advertise
+.. clicmd:: area A.B.C.D range A.B.C.D/M not-advertise
+
+.. clicmd:: area (0-4294967295) range A.B.C.D/M not-advertise
 
 
    Instead of summarizing intra area paths filter them - i.e. intra area paths from this
    range are not advertised into other areas.
    This command makes sense in ABR only.
 
-.. clicmd:: area A.B.C.D range IPV4_PREFIX substitute IPV4_PREFIX
+.. clicmd:: area A.B.C.D range A.B.C.D/M substitute A.B.C.D/M
+
+.. clicmd:: area (0-4294967295) range A.B.C.D/M substitute A.B.C.D/M
 
 
    Substitute summarized prefix with another prefix.