mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:30:52 +00:00
bgpd: VTY string fixes for debug commands
* bgpd/bgp_debug.c: fix VTY strings for BGP debug commands to match
correct syntax
(cherry picked from commit 6e22b9017e
)
This commit is contained in:
parent
bbccf41f8e
commit
16ac59798e
@ -331,7 +331,6 @@ ALIAS (no_debug_bgp_as4,
|
|||||||
undebug_bgp_as4_cmd,
|
undebug_bgp_as4_cmd,
|
||||||
"undebug bgp as4",
|
"undebug bgp as4",
|
||||||
UNDEBUG_STR
|
UNDEBUG_STR
|
||||||
DEBUG_STR
|
|
||||||
BGP_STR
|
BGP_STR
|
||||||
"BGP AS4 actions\n")
|
"BGP AS4 actions\n")
|
||||||
|
|
||||||
@ -340,6 +339,7 @@ DEFUN (debug_bgp_as4_segment,
|
|||||||
"debug bgp as4 segment",
|
"debug bgp as4 segment",
|
||||||
DEBUG_STR
|
DEBUG_STR
|
||||||
BGP_STR
|
BGP_STR
|
||||||
|
"BGP AS4 actions\n"
|
||||||
"BGP AS4 aspath segment handling\n")
|
"BGP AS4 aspath segment handling\n")
|
||||||
{
|
{
|
||||||
if (vty->node == CONFIG_NODE)
|
if (vty->node == CONFIG_NODE)
|
||||||
@ -358,6 +358,7 @@ DEFUN (no_debug_bgp_as4_segment,
|
|||||||
NO_STR
|
NO_STR
|
||||||
DEBUG_STR
|
DEBUG_STR
|
||||||
BGP_STR
|
BGP_STR
|
||||||
|
"BGP AS4 actions\n"
|
||||||
"BGP AS4 aspath segment handling\n")
|
"BGP AS4 aspath segment handling\n")
|
||||||
{
|
{
|
||||||
if (vty->node == CONFIG_NODE)
|
if (vty->node == CONFIG_NODE)
|
||||||
@ -374,8 +375,8 @@ ALIAS (no_debug_bgp_as4_segment,
|
|||||||
undebug_bgp_as4_segment_cmd,
|
undebug_bgp_as4_segment_cmd,
|
||||||
"undebug bgp as4 segment",
|
"undebug bgp as4 segment",
|
||||||
UNDEBUG_STR
|
UNDEBUG_STR
|
||||||
DEBUG_STR
|
|
||||||
BGP_STR
|
BGP_STR
|
||||||
|
"BGP AS4 actions\n"
|
||||||
"BGP AS4 aspath segment handling\n")
|
"BGP AS4 aspath segment handling\n")
|
||||||
|
|
||||||
DEFUN (debug_bgp_fsm,
|
DEFUN (debug_bgp_fsm,
|
||||||
@ -417,7 +418,6 @@ ALIAS (no_debug_bgp_fsm,
|
|||||||
undebug_bgp_fsm_cmd,
|
undebug_bgp_fsm_cmd,
|
||||||
"undebug bgp fsm",
|
"undebug bgp fsm",
|
||||||
UNDEBUG_STR
|
UNDEBUG_STR
|
||||||
DEBUG_STR
|
|
||||||
BGP_STR
|
BGP_STR
|
||||||
"Finite State Machine\n")
|
"Finite State Machine\n")
|
||||||
|
|
||||||
@ -715,7 +715,6 @@ ALIAS (no_debug_bgp_zebra,
|
|||||||
undebug_bgp_zebra_cmd,
|
undebug_bgp_zebra_cmd,
|
||||||
"undebug bgp zebra",
|
"undebug bgp zebra",
|
||||||
UNDEBUG_STR
|
UNDEBUG_STR
|
||||||
DEBUG_STR
|
|
||||||
BGP_STR
|
BGP_STR
|
||||||
"BGP Zebra messages\n")
|
"BGP Zebra messages\n")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user