netlink: Improve support for nested Netlink attributes.
[sliver-openvswitch.git] / lib / dpif.c
index 097b38d..8286da4 100644 (file)
@@ -42,7 +42,9 @@
 #define THIS_MODULE VLM_dpif
 
 static const struct dpif_class *base_dpif_classes[] = {
+#ifdef HAVE_NETLINK
     &dpif_linux_class,
+#endif
     &dpif_netdev_class,
 };