]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgpd.h
bgpd: dup addr detect data struct for cfg
[mirror_frr.git] / bgpd / bgpd.h
index 70193104b41b30dc85aaa273d1a1ac2acf1e17a1..216113dc6781585cc77ea1d113a78625ffae78c3 100644 (file)
@@ -482,6 +482,8 @@ struct bgp {
        /* EVPN enable - advertise local VNIs and their MACs etc. */
        int advertise_all_vni;
 
+       struct bgp_evpn_info *evpn_info;
+
        /* EVPN - use RFC 8365 to auto-derive RT */
        int advertise_autort_rfc8365;