summaryrefslogtreecommitdiff
path: root/bgpd/bgp_vty.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-02-21 08:38:07 -0500
committerGitHub <noreply@github.com>2023-02-21 08:38:07 -0500
commiteb9f54b8727b9db18b3e97cc405ff63c775f9dc9 (patch)
tree1fd1348f13be3c5c505bb9c288df0e13a536f9bc /bgpd/bgp_vty.h
parent3bbf66cf7758bbc37bd3e15687b35add1ea0d05f (diff)
parent83856649b35f45243205420aac515b635e712323 (diff)
Merge pull request #12805 from karlquan/kquan_self_orig
bgpd: BGP troubleshooting - Add a keyword self-originate to display o…
Diffstat (limited to 'bgpd/bgp_vty.h')
-rw-r--r--bgpd/bgp_vty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h
index 1c5adff68d..826723b92d 100644
--- a/bgpd/bgp_vty.h
+++ b/bgpd/bgp_vty.h
@@ -28,6 +28,9 @@ struct bgp;
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"
+
#define SHOW_GR_HEADER \
"Codes: GR - Graceful Restart," \
" * - Inheriting Global GR Config,\n" \