diff options
| author | Mark Stapp <mjs@cisco.com> | 2024-04-24 08:23:12 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@cisco.com> | 2024-04-24 08:23:12 -0400 |
| commit | 3a59d4f9842b936a197b7e27d526e7f38f1f6ddd (patch) | |
| tree | 80c4f42f63497bd6df5aa10ff54e0347ddd844f7 /lib/command.h | |
| parent | 4cedd222530ee2cf0cf51702b8ac56512d884a73 (diff) | |
lib,bgpd,vtysh: move bgp vty defines to lib
Stop including a bgp header file from vtysh; move a couple
of cli string defines to a library header.
Signed-off-by: Mark Stapp <mjs@cisco.com>
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index ef1815c0bd..e4c575e8d7 100644 --- a/lib/command.h +++ b/lib/command.h @@ -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 \ |
