diff options
Diffstat (limited to 'zebra/zebra_vxlan_null.c')
| -rw-r--r-- | zebra/zebra_vxlan_null.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_vxlan_null.c b/zebra/zebra_vxlan_null.c index 75aab40870..b0f09930bc 100644 --- a/zebra/zebra_vxlan_null.c +++ b/zebra/zebra_vxlan_null.c @@ -111,7 +111,8 @@ int zebra_vxlan_remote_macip_del (struct zserv *client, int sock, int zebra_vxlan_local_mac_add_update (struct interface *ifp, struct interface *br_if, - struct ethaddr *mac, vlanid_t vid) + struct ethaddr *mac, vlanid_t vid, + u_char sticky) { return 0; } |
