]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_evpn_private.h
bgpd: store the route-distinguisher from config as a string
[mirror_frr.git] / bgpd / bgp_evpn_private.h
index 3f18e4e9f1d7822071459bdaad465cbd26c12ba7..30a3ca670b534d820693be43c81c778794f16365 100644 (file)
@@ -92,6 +92,7 @@ struct bgpevpn {
 
        /* RD for this VNI. */
        struct prefix_rd prd;
+       char *prd_pretty;
 
        /* Route type 3 field */
        struct in_addr originator_ip;