]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/rt_socket.c
Merge branch 'master' into PIM_VRF
[mirror_frr.git] / zebra / rt_socket.c
index 683086f1098360a8996be64b08d0e48d2701cf00..4e4d726b4618042ad7878bc0f073a7d40582bc39 100644 (file)
@@ -20,6 +20,9 @@
  */
 
 #include <zebra.h>
+
+#ifndef HAVE_NETLINK
+
 #ifdef __OpenBSD__
 #include <netmpls/mpls.h>
 #endif
@@ -443,3 +446,11 @@ int kernel_del_neigh(struct interface *ifp, struct ipaddr *ip)
 {
        return 0;
 }
+
+extern int kernel_interface_set_master(struct interface *master,
+                                      struct interface *slave)
+{
+       return 0;
+}
+
+#endif /* !HAVE_NETLINK */