]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_route.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / bgpd / bgp_route.h
index 1eabfd01e5e7de2d3c81a1f30f7e29b6a00b3b17..d0cf7e5d7731da3347fc6f6fc26f485bd8f83da5 100644 (file)
@@ -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 {
@@ -355,6 +356,7 @@ struct bgp_static {
 
        /* Route Distinguisher */
        struct prefix_rd prd;
+       char *prd_pretty;
 
        /* MPLS label.  */
        mpls_label_t label;