forked from Mirror/frr
ospfd: fix no_area_range_cost_NUM command, NUM can be omitted
Signed-off-by: Shbinging <bingshui@smail.nju.edu.cn>
This commit is contained in:
parent
813a9f6e39
commit
972308b174
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue