summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2022-02-04 13:28:38 +0100
committerGitHub <noreply@github.com>2022-02-04 13:28:38 +0100
commitd058d106f0e04d4fb531a2466c0e2d9a5a559663 (patch)
tree1df824561cab1808fc9cc3ee0f861bdacbec26cb /doc
parentMerge pull request #10473 from tlsalmin/master (diff)
parentdoc: complete area id for ospf's "range" command (diff)
downloadfrr-d058d106f0e04d4fb531a2466c0e2d9a5a559663.tar.xz
frr-d058d106f0e04d4fb531a2466c0e2d9a5a559663.zip
Merge pull request #10495 from anlancs/doc-ospf-range
doc: complete area id for ospf's "range" command
Diffstat (limited to 'doc')
-rw-r--r--doc/user/ospfd.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst
index 91e823e7a..ed4d02d89 100644
--- a/doc/user/ospfd.rst
+++ b/doc/user/ospfd.rst
@@ -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.