mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
bgpd: Require confed
or missing-as-worst
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
07321a065d
commit
2d8c1a4d00
@ -1989,7 +1989,7 @@ DEFUN (no_bgp_log_neighbor_changes,
|
|||||||
/* "bgp bestpath med" configuration. */
|
/* "bgp bestpath med" configuration. */
|
||||||
DEFUN (bgp_bestpath_med,
|
DEFUN (bgp_bestpath_med,
|
||||||
bgp_bestpath_med_cmd,
|
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"
|
"BGP specific commands\n"
|
||||||
"Change the default bestpath selection\n"
|
"Change the default bestpath selection\n"
|
||||||
"MED attribute\n"
|
"MED attribute\n"
|
||||||
@ -2014,7 +2014,7 @@ DEFUN (bgp_bestpath_med,
|
|||||||
|
|
||||||
DEFUN (no_bgp_bestpath_med,
|
DEFUN (no_bgp_bestpath_med,
|
||||||
no_bgp_bestpath_med_cmd,
|
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
|
NO_STR
|
||||||
"BGP specific commands\n"
|
"BGP specific commands\n"
|
||||||
"Change the default bestpath selection\n"
|
"Change the default bestpath selection\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user