diff options
Diffstat (limited to 'zebra/rt.h')
| -rw-r--r-- | zebra/rt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/rt.h b/zebra/rt.h index e40bae3a3e..244b377f86 100644 --- a/zebra/rt.h +++ b/zebra/rt.h @@ -118,8 +118,7 @@ extern int kernel_add_mac(struct interface *ifp, vlanid_t vid, struct ethaddr *mac, struct in_addr vtep_ip, uint8_t sticky); extern int kernel_del_mac(struct interface *ifp, vlanid_t vid, - struct ethaddr *mac, struct in_addr vtep_ip, - int local); + struct ethaddr *mac, struct in_addr vtep_ip); extern int kernel_add_neigh(struct interface *ifp, struct ipaddr *ip, struct ethaddr *mac, uint8_t flags); |
