X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetdev.h;h=bff110116f32a7a924239db0fc20bda61f9d734d;hb=2c2ea5a88a12ea3bfb003a37f7ec2c2446539a7c;hp=ea278ffc0b2fa711b180f5b1a94003e4fbc7216d;hpb=ece72d2415c62548751ba7276e5ca5e2dde11c04;p=sliver-openvswitch.git diff --git a/lib/netdev.h b/lib/netdev.h index ea278ffc0..bff110116 100644 --- a/lib/netdev.h +++ b/lib/netdev.h @@ -159,7 +159,7 @@ int netdev_get_in6(const struct netdev *, struct in6_addr *); int netdev_add_router(struct netdev *, struct in_addr router); int netdev_get_next_hop(const struct netdev *, const struct in_addr *host, struct in_addr *next_hop, char **); -int netdev_get_status(const struct netdev *, struct shash *sh); +int netdev_get_drv_info(const struct netdev *, struct shash *sh); int netdev_arp_lookup(const struct netdev *, ovs_be32 ip, uint8_t mac[6]); int netdev_get_flags(const struct netdev *, enum netdev_flags *);