summaryrefslogtreecommitdiff
path: root/bgpd/bgp_vty.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-10-10 16:43:38 -0400
committerDonald Sharp <sharpd@nvidia.com>2023-10-10 16:43:38 -0400
commitd3261fd83f921cb2defd17fd93ab5099d48c952d (patch)
tree58f8098932ca6b99b2881dc2cee87f1dc1cecb03 /bgpd/bgp_vty.h
parent68bae363762894d6703e405d2cb1b60d7381be3a (diff)
Revert "bgpd: add show bgp link-state link-state commands"
This reverts commit f11f67033fe20f0b4aeb6c885949abb060324749.
Diffstat (limited to 'bgpd/bgp_vty.h')
-rw-r--r--bgpd/bgp_vty.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h
index 955752f85a..a105b6de3f 100644
--- a/bgpd/bgp_vty.h
+++ b/bgpd/bgp_vty.h
@@ -17,8 +17,6 @@ struct bgp;
#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_AFI_WITH_LS_CMD_STR "<ipv4|ipv6|link-state>"
-#define BGP_AFI_WITH_LS_HELP_STR BGP_AF_STR BGP_AF_STR BGP_AF_STR
#define BGP_SAFI_CMD_STR "<unicast|multicast|vpn>"
#define BGP_SAFI_HELP_STR \
BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR
@@ -30,12 +28,6 @@ struct bgp;
BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR \
BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR
-#define BGP_SAFI_WITH_LABEL_LS_CMD_STR \
- "<unicast|multicast|vpn|labeled-unicast|flowspec|link-state>"
-#define BGP_SAFI_WITH_LABEL_LS_HELP_STR \
- BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR \
- BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR BGP_AF_MODIFIER_STR
-
#define BGP_SELF_ORIG_CMD_STR "self-originate"
#define BGP_SELF_ORIG_HELP_STR "Display only self-originated routes\n"