]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospfd: fix no area shortcut MODE command, MODE can be default 17065/head
authorShbinging <bingshui@smail.nju.edu.cn>
Fri, 11 Oct 2024 09:48:33 +0000 (09:48 +0000)
committerShbinging <bingshui@smail.nju.edu.cn>
Wed, 16 Oct 2024 04:39:20 +0000 (04:39 +0000)
Signed-off-by: Shbinging <bingshui@smail.nju.edu.cn>
ospfd/ospf_vty.c

index 144c6212fc66ddbab841b35ae92cdc7b74982038..35cdc0217e3f4b6fdf8d1b36e17c9334bf32ef78 100644 (file)
@@ -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")
 {