diff options
Diffstat (limited to 'zebra/zebra_vxlan_if.h')
| -rw-r--r-- | zebra/zebra_vxlan_if.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/zebra/zebra_vxlan_if.h b/zebra/zebra_vxlan_if.h index 7d2ddb2d8d..8a03acbf1e 100644 --- a/zebra/zebra_vxlan_if.h +++ b/zebra/zebra_vxlan_if.h @@ -64,9 +64,12 @@ extern void zebra_vxlan_if_vni_walk(struct zebra_if *zif, void *arg); extern vni_t zebra_vxlan_if_access_vlan_vni_find(struct zebra_if *zif, struct interface *br_if); -extern int zebra_vxlan_if_vni_mcast_group_update(struct interface *ifp, - vni_t vni_id, - struct in_addr *mcast_group); +extern int +zebra_vxlan_if_vni_mcast_group_add_update(struct interface *ifp, vni_t vni_id, + struct in_addr *mcast_group); +extern int zebra_vxlan_if_vni_mcast_group_del(struct interface *ifp, + vni_t vni_id, + struct in_addr *mcast_group); extern int zebra_vxlan_if_vni_down(struct interface *ifp, struct zebra_vxlan_vni *vni); extern int zebra_vxlan_if_down(struct interface *ifp); |
