dpif-linux: Always set *fnp in make_openvswitch_device().
[openvswitch] / lib / dpif-netdev.c
index c4b5a9949fbb5561fd880d93f5b694b9307df210..720e8cb0278b3a1566a4d39bb6da0b792bcd153f 100644 (file)
@@ -1333,6 +1333,8 @@ const struct dpif_class dpif_netdev_class = {
     dpif_netdev_execute,
     dpif_netdev_recv_get_mask,
     dpif_netdev_recv_set_mask,
+    NULL,                       /* get_sflow_probability */
+    NULL,                       /* set_sflow_probability */
     dpif_netdev_recv,
     dpif_netdev_recv_wait,
 };