X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetdev.h;h=50ad5a3be5e6c9c253a88927c85cb91c710b36a6;hb=ea763e0e2828c35660310f8b7791781b17b30cbd;hp=d7d7097b0eeb4d46841e98d86e213c9b25e89744;hpb=7f9bd4e8db2b307813c44bce0c5c5e2e69331c25;p=sliver-openvswitch.git diff --git a/lib/netdev.h b/lib/netdev.h index d7d7097b0..50ad5a3be 100644 --- a/lib/netdev.h +++ b/lib/netdev.h @@ -141,7 +141,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 **); -const char *netdev_get_tnl_iface(const struct netdev *); +int netdev_get_status(const struct netdev *, struct shash *sh); int netdev_arp_lookup(const struct netdev *, uint32_t ip, uint8_t mac[6]); int netdev_get_flags(const struct netdev *, enum netdev_flags *);