]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Require `confed` or `missing-as-worst`
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 12 Nov 2016 05:55:05 +0000 (05:55 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 12 Nov 2016 05:55:05 +0000 (05:55 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_vty.c

index faa013ed9182a0a5a0dda4d4537a0ce9aa5314e9..52b7da1d50b9b455fee1390664eeccac07c7d977 100644 (file)
@@ -1989,7 +1989,7 @@ DEFUN (no_bgp_log_neighbor_changes,
 /* "bgp bestpath med" configuration. */
 DEFUN (bgp_bestpath_med,
        bgp_bestpath_med_cmd,
-       "bgp bestpath med [<confed [missing-as-worst]|missing-as-worst [confed]>]",
+       "bgp bestpath med <confed [missing-as-worst]|missing-as-worst [confed]>",
        "BGP specific commands\n"
        "Change the default bestpath selection\n"
        "MED attribute\n"
@@ -2014,7 +2014,7 @@ DEFUN (bgp_bestpath_med,
 
 DEFUN (no_bgp_bestpath_med,
        no_bgp_bestpath_med_cmd,
-       "no bgp bestpath med [<confed [missing-as-worst]|missing-as-worst [confed]>]",
+       "no bgp bestpath med <confed [missing-as-worst]|missing-as-worst [confed]>",
        NO_STR
        "BGP specific commands\n"
        "Change the default bestpath selection\n"