vswitchd: Add miimon support.
[sliver-openvswitch.git] / lib / netdev-dummy.c
index 4569f97..3705843 100644 (file)
@@ -296,6 +296,7 @@ static const struct netdev_class dummy_class = {
     netdev_dummy_get_mtu,
     NULL,                       /* get_ifindex */
     NULL,                       /* get_carrier */
+    NULL,                       /* get_miimon */
     netdev_dummy_get_stats,
     netdev_dummy_set_stats,