Skip to content

Commit

Permalink
ospfd: fix no area shortcut MODE command, MODE can be default
Browse files Browse the repository at this point in the history
Signed-off-by: Shbinging <[email protected]>
  • Loading branch information
Shbinging committed Oct 11, 2024
1 parent 972308b commit cd9b142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ospfd/ospf_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -1353,12 +1353,13 @@ DEFUN (ospf_area_shortcut,

DEFUN (no_ospf_area_shortcut,
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
"OSPF area parameters\n"
"OSPF area ID in IP address format\n"
"OSPF area ID as a decimal value\n"
"Deconfigure the area's shortcutting mode\n"
"Deconfigure default shortcutting through the area\n"
"Deconfigure enabled shortcutting through the area\n"
"Deconfigure disabled shortcutting through the area\n")
{
Expand Down

0 comments on commit cd9b142

Please sign in to comment.