Merge branch 'master' into next
[sliver-openvswitch.git] / lib / dpif-netdev.c
index e9fb216..8abf1f9 100644 (file)
@@ -1331,6 +1331,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,
 };