diff options
Diffstat (limited to 'zebra/rt.h')
| -rw-r--r-- | zebra/rt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/rt.h b/zebra/rt.h index ee85eceeca..90654fb3eb 100644 --- a/zebra/rt.h +++ b/zebra/rt.h @@ -48,7 +48,8 @@ extern int kernel_add_vtep (vni_t vni, struct interface *ifp, extern int kernel_del_vtep (vni_t vni, struct interface *ifp, struct in_addr *vtep_ip); extern int kernel_add_mac (struct interface *ifp, vlanid_t vid, - struct ethaddr *mac, struct in_addr vtep_ip); + struct ethaddr *mac, struct in_addr vtep_ip, + u_char sticky); extern int kernel_del_mac (struct interface *ifp, vlanid_t vid, struct ethaddr *mac, struct in_addr vtep_ip, int local); |
