aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-linux.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-11-09 16:16:10 -0800
committerBen Pfaff <blp@nicira.com>2011-11-23 15:32:36 -0800
commit025e874a9cc814820aadba7083fdbcfbaa959259 (patch)
treeb904625b194b4b0154e32a59946aede00c516a9f /lib/netdev-linux.h
parentaaf2fb1aac9e6b253ddbc8af4f81e96196d86792 (diff)
vlandev: New library for working with Linux VLAN devices.
Diffstat (limited to 'lib/netdev-linux.h')
-rw-r--r--lib/netdev-linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/netdev-linux.h b/lib/netdev-linux.h
index c8caa4e3..21a2db25 100644
--- a/lib/netdev-linux.h
+++ b/lib/netdev-linux.h
@@ -29,5 +29,6 @@ struct rtnl_link_stats;
int netdev_linux_ethtool_set_flag(struct netdev *netdev, uint32_t flag,
const char *flag_name, bool enable);
+int netdev_linux_get_af_inet_sock(void);
#endif /* netdev-linux.h */