diff options
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index c96c8e5f46..2ae2482487 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -159,6 +159,8 @@ struct zebra_router { /* Tables and other global info maintained for EVPN multihoming */ struct zebra_evpn_mh_info *mh_info; + struct zebra_neigh_info *neigh_info; + /* EVPN MH broadcast domains indexed by the VID */ struct hash *evpn_vlan_table; |
