mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
netdev: Rename netdev->get_status() to netdev->get_drv_info().
get_status actually returns driver information, so get_drv_info() is better name. Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user