bridge: Check for null ofproto_controller_info pointer.
[openvswitch] / lib / netdev-dummy.c
index ddcbe3633b59a74fa1a7acc6a02c7c77c96edc62..370584355a039478b01de05bac23c65c927fbe27 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,
 
@@ -320,6 +321,7 @@ static const struct netdev_class dummy_class = {
     NULL,                       /* get_in6 */
     NULL,                       /* add_router */
     NULL,                       /* get_next_hop */
+    NULL,                       /* get_status */
     NULL,                       /* arp_lookup */
 
     netdev_dummy_update_flags,