Skip to content

Commit

Permalink
Merge pull request FRRouting#15833 from mjstapp/fix_vtysh_bgp_defs
Browse files Browse the repository at this point in the history
  • Loading branch information
eqvinox authored Apr 25, 2024
2 parents 3bb7b49 + 3a59d4f commit a6040ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions bgpd/bgp_vty.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ struct bgp;
#define BGP_INSTANCE_HELP_STR "BGP view\nBGP VRF\nView/VRF name\n"
#define BGP_INSTANCE_ALL_HELP_STR "BGP view\nBGP VRF\nAll Views/VRFs\n"

#define BGP_AF_STR "Address Family\n"
#define BGP_AF_MODIFIER_STR "Address Family modifier\n"
#define BGP_AFI_CMD_STR "<ipv4|ipv6>"
#define BGP_AFI_HELP_STR BGP_AF_STR BGP_AF_STR
#define BGP_SAFI_CMD_STR "<unicast|multicast|vpn>"
Expand Down
2 changes: 2 additions & 0 deletions lib/command.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ struct cmd_node {
#define MPLS_LDP_SYNC_HOLDDOWN_STR \
"Time to wait for LDP-SYNC to occur before restoring if cost\n"
#define NO_MPLS_LDP_SYNC_HOLDDOWN_STR "holddown timer disable\n"
#define BGP_AF_STR "Address Family\n"
#define BGP_AF_MODIFIER_STR "Address Family modifier\n"

/* Command warnings. */
#define NO_PASSWD_CMD_WARNING \
Expand Down
1 change: 0 additions & 1 deletion vtysh/vtysh.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "frrstr.h"
#include "json.h"
#include "ferr.h"
#include "bgpd/bgp_vty.h"

DEFINE_MTYPE_STATIC(MVTYSH, VTYSH_CMD, "Vtysh cmd copy");

Expand Down

0 comments on commit a6040ba

Please sign in to comment.