diff options
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index fba3201c5c..9634bfdb3f 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -272,6 +272,13 @@ struct zebra_if { struct interface *link; struct thread *speed_update; + + /* + * Does this interface have a v6 to v4 ll neighbor entry + * for bgp unnumbered? + */ + bool v6_2_v4_ll_neigh_entry; + struct in6_addr v6_2_v4_ll_addr6; }; DECLARE_HOOK(zebra_if_extra_info, (struct vty * vty, struct interface *ifp), |
