diff options
author | Russ White <russ@riw.us> | 2023-02-21 14:38:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 14:38:07 +0100 |
commit | eb9f54b8727b9db18b3e97cc405ff63c775f9dc9 (patch) | |
tree | 1fd1348f13be3c5c505bb9c288df0e13a536f9bc /bgpd/bgp_vty.h | |
parent | Merge pull request #12838 from opensourcerouting/feature/backport_timer_on_sh... (diff) | |
parent | bgpd: BGP troubleshooting - Add a keyword self-originate to display only self... (diff) | |
download | frr-eb9f54b8727b9db18b3e97cc405ff63c775f9dc9.tar.xz frr-eb9f54b8727b9db18b3e97cc405ff63c775f9dc9.zip |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h index 1c5adff68..826723b92 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" \ |