X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev.h;h=bff110116f32a7a924239db0fc20bda61f9d734d;hb=8017806940cfeaba963d6a6f51ae7573cbea6792;hp=ea278ffc0b2fa711b180f5b1a94003e4fbc7216d;hpb=6c0386119d614d5e26ca08cc3d8e527806b87ef9;p=openvswitch diff --git a/lib/netdev.h b/lib/netdev.h index ea278ffc..bff11011 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 *);