mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +00:00
Merge pull request #15833 from mjstapp/fix_vtysh_bgp_defs
This commit is contained in:
commit
a6040ba1f5
@ -13,8 +13,6 @@ struct bgp;
|
|||||||
#define BGP_INSTANCE_HELP_STR "BGP view\nBGP VRF\nView/VRF name\n"
|
#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_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_CMD_STR "<ipv4|ipv6>"
|
||||||
#define BGP_AFI_HELP_STR BGP_AF_STR BGP_AF_STR
|
#define BGP_AFI_HELP_STR BGP_AF_STR BGP_AF_STR
|
||||||
#define BGP_SAFI_CMD_STR "<unicast|multicast|vpn>"
|
#define BGP_SAFI_CMD_STR "<unicast|multicast|vpn>"
|
||||||
|
@ -462,6 +462,8 @@ struct cmd_node {
|
|||||||
#define MPLS_LDP_SYNC_HOLDDOWN_STR \
|
#define MPLS_LDP_SYNC_HOLDDOWN_STR \
|
||||||
"Time to wait for LDP-SYNC to occur before restoring if cost\n"
|
"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 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. */
|
/* Command warnings. */
|
||||||
#define NO_PASSWD_CMD_WARNING \
|
#define NO_PASSWD_CMD_WARNING \
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
#include "frrstr.h"
|
#include "frrstr.h"
|
||||||
#include "json.h"
|
#include "json.h"
|
||||||
#include "ferr.h"
|
#include "ferr.h"
|
||||||
#include "bgpd/bgp_vty.h"
|
|
||||||
|
|
||||||
DEFINE_MTYPE_STATIC(MVTYSH, VTYSH_CMD, "Vtysh cmd copy");
|
DEFINE_MTYPE_STATIC(MVTYSH, VTYSH_CMD, "Vtysh cmd copy");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user