summaryrefslogtreecommitdiffstats
path: root/ospfd
diff options
context:
space:
mode:
authorShbinging <bingshui@smail.nju.edu.cn>2024-10-11 11:44:09 +0200
committerShbinging <bingshui@smail.nju.edu.cn>2024-10-11 11:52:16 +0200
commit972308b174f009fb635f2b71a1f01edbde6cef13 (patch)
treeb331c80d1b2854677e206a97a8de9c983ab75f48 /ospfd
parentMerge pull request #17037 from louis-6wind/fix-ipv6-ll-nexthop (diff)
downloadfrr-972308b174f009fb635f2b71a1f01edbde6cef13.tar.xz
frr-972308b174f009fb635f2b71a1f01edbde6cef13.zip
ospfd: fix no_area_range_cost_NUM command, NUM can be omitted
Signed-off-by: Shbinging <bingshui@smail.nju.edu.cn>
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ospf_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c
index b7261da26..144c6212f 100644
--- a/ospfd/ospf_vty.c
+++ b/ospfd/ospf_vty.c
@@ -718,7 +718,7 @@ DEFUN (ospf_area_range_not_advertise,
DEFUN (no_ospf_area_range,
no_ospf_area_range_cmd,
- "no area <A.B.C.D|(0-4294967295)> range A.B.C.D/M [<cost (0-16777215)|advertise [cost (0-16777215)]|not-advertise>]",
+ "no area <A.B.C.D|(0-4294967295)> range A.B.C.D/M [<cost [(0-16777215)]|advertise [cost [(0-16777215)]]|not-advertise>]",
NO_STR
"OSPF area parameters\n"
"OSPF area ID in IP address format\n"