From: Quentin Young Date: Sat, 12 Nov 2016 05:55:05 +0000 (+0000) Subject: bgpd: Require `confed` or `missing-as-worst` X-Git-Tag: frr-3.0-branchpoint~129^2~34 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2d8c1a4d002a2d080df03a2b92f8c2e006676e01;p=matthieu%2Ffrr.git bgpd: Require `confed` or `missing-as-worst` Signed-off-by: Quentin Young --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index faa013ed91..52b7da1d50 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -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 []", + "bgp bestpath med ", "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 []", + "no bgp bestpath med ", NO_STR "BGP specific commands\n" "Change the default bestpath selection\n"