ospfd: fix no area shortcut MODE command, MODE can be default

Signed-off-by: Shbinging <bingshui@smail.nju.edu.cn>
This commit is contained in:
Shbinging 2024-10-11 09:48:33 +00:00
parent 972308b174
commit 774788d4c8

View File

@ -1353,12 +1353,13 @@ DEFUN (ospf_area_shortcut,
DEFUN (no_ospf_area_shortcut, DEFUN (no_ospf_area_shortcut,
no_ospf_area_shortcut_cmd, no_ospf_area_shortcut_cmd,
"no area <A.B.C.D|(0-4294967295)> shortcut <enable|disable>", "no area <A.B.C.D|(0-4294967295)> shortcut <default|enable|disable>",
NO_STR NO_STR
"OSPF area parameters\n" "OSPF area parameters\n"
"OSPF area ID in IP address format\n" "OSPF area ID in IP address format\n"
"OSPF area ID as a decimal value\n" "OSPF area ID as a decimal value\n"
"Deconfigure the area's shortcutting mode\n" "Deconfigure the area's shortcutting mode\n"
"Deconfigure default shortcutting through the area\n"
"Deconfigure enabled shortcutting through the area\n" "Deconfigure enabled shortcutting through the area\n"
"Deconfigure disabled shortcutting through the area\n") "Deconfigure disabled shortcutting through the area\n")
{ {