diff options
| author | Russ White <russ@riw.us> | 2023-02-21 08:38:07 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-21 08:38:07 -0500 | 
| commit | eb9f54b8727b9db18b3e97cc405ff63c775f9dc9 (patch) | |
| tree | 1fd1348f13be3c5c505bb9c288df0e13a536f9bc /bgpd/bgp_route.h | |
| parent | 3bbf66cf7758bbc37bd3e15687b35add1ea0d05f (diff) | |
| parent | 83856649b35f45243205420aac515b635e712323 (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_route.h')
| -rw-r--r-- | bgpd/bgp_route.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h index 48630cb1e5..d0cf7e5d77 100644 --- a/bgpd/bgp_route.h +++ b/bgpd/bgp_route.h @@ -46,6 +46,7 @@ enum bgp_show_type {  	bgp_show_type_detail,  	bgp_show_type_rpki,  	bgp_show_type_prefix_version, +	bgp_show_type_self_originated,  };  enum bgp_show_adj_route_type {  | 
