mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +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:
@@ -1496,7 +1496,7 @@ iface_refresh_status(struct iface *iface)
|
||||
|
||||
shash_init(&sh);
|
||||
|
||||
if (!netdev_get_status(iface->netdev, &sh)) {
|
||||
if (!netdev_get_drv_info(iface->netdev, &sh)) {
|
||||
size_t n;
|
||||
char **keys, **values;
|
||||
|
||||
|
Reference in New Issue
Block a user