netdev: Rename netdev->get_status() to netdev->get_drv_info().
[sliver-openvswitch.git] / lib / netdev-dummy.c
index 5c6563c..083a4dd 100644 (file)
@@ -352,7 +352,7 @@ static const struct netdev_class dummy_class = {
     NULL,                       /* get_in6 */
     NULL,                       /* add_router */
     NULL,                       /* get_next_hop */
-    NULL,                       /* get_status */
+    NULL,                       /* get_drv_info */
     NULL,                       /* arp_lookup */
 
     netdev_dummy_update_flags,