diff options
author | Russ White <russ@riw.us> | 2018-11-26 04:17:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 04:17:33 +0100 |
commit | 19e5a4659113dc7006373ba6db6cd2d2c04c699a (patch) | |
tree | 5c15052ff88dcf5327b0ac191b4b32c5dbc958cd /bgpd/bgpd.h | |
parent | Merge pull request #3367 from karamalla0406/frr3333 (diff) | |
parent | zebra: dup addr detect mac consolidation (diff) | |
download | frr-19e5a4659113dc7006373ba6db6cd2d2c04c699a.tar.xz frr-19e5a4659113dc7006373ba6db6cd2d2c04c699a.zip |
Merge pull request #3176 from chiragshah6/evpn_dev
zebra: duplicate address detection and dampening
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r-- | bgpd/bgpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index 725fe1ac9..62096d651 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -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; |