]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_vxlan_null.c
zebra: reorganize zserv, batch i/o
[mirror_frr.git] / zebra / zebra_vxlan_null.c
index e6a3dd674ebe78bd14bba7df12396dffe5c976eb..1bac2cafb6b1c4887e27e7906130ffec34e38ff9 100644 (file)
@@ -117,14 +117,14 @@ int zebra_vxlan_svi_down(struct interface *ifp, struct interface *link_if)
        return 0;
 }
 
-void zebra_vxlan_remote_macip_add(struct zserv *client, int sock,
-                                 u_short length, struct zebra_vrf *zvrf)
+int zebra_vxlan_remote_macip_add(struct zserv *client, int sock, u_short length,
+                                struct zebra_vrf *zvrf)
 {
        return 0;
 }
 
-void zebra_vxlan_remote_macip_del(struct zserv *client, int sock,
-                                 u_short length, struct zebra_vrf *zvrf)
+int zebra_vxlan_remote_macip_del(struct zserv *client, int sock, u_short length,
+                                struct zebra_vrf *zvrf)
 {
        return 0;
 }
@@ -182,20 +182,20 @@ int zebra_vxlan_if_del(struct interface *ifp)
        return 0;
 }
 
-void zebra_vxlan_remote_vtep_add(struct zserv *client, int sock, u_short length,
-                                struct zebra_vrf *zvrf)
+int zebra_vxlan_remote_vtep_add(struct zserv *client, int sock, u_short length,
+                               struct zebra_vrf *zvrf)
 {
        return 0;
 }
 
-void zebra_vxlan_remote_vtep_del(struct zserv *client, int sock, u_short length,
-                                struct zebra_vrf *zvrf)
+int zebra_vxlan_remote_vtep_del(struct zserv *client, int sock, u_short length,
+                               struct zebra_vrf *zvrf)
 {
        return 0;
 }
 
-void zebra_vxlan_advertise_all_vni(struct zserv *client, int sock,
-                                  u_short length, struct zebra_vrf *zvrf)
+int zebra_vxlan_advertise_all_vni(struct zserv *client, int sock,
+                                 u_short length, struct zebra_vrf *zvrf)
 {
        return 0;
 }