summaryrefslogtreecommitdiffstats
path: root/include/netlink
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-07-26 19:33:32 (GMT)
committerThomas Haller <thaller@redhat.com>2014-07-27 09:04:07 (GMT)
commita13010435ab91580283736f9054c12c8af17c5f6 (patch)
tree0b0d8bb45c0788b8c4a42875837b3f63f234b5c3 /include/netlink
parent69dd5ecea91e3e122dbd7f1544a3417ec1ad9bb1 (diff)
downloadlibnl-a13010435ab91580283736f9054c12c8af17c5f6.zip
libnl-a13010435ab91580283736f9054c12c8af17c5f6.tar.gz
libnl-a13010435ab91580283736f9054c12c8af17c5f6.tar.bz2
link/ip6tnl: Declare rtnl_link_is_ip6_tnl()
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/netlink')
-rw-r--r--include/netlink/route/link/ip6tnl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netlink/route/link/ip6tnl.h b/include/netlink/route/link/ip6tnl.h
index 7e0c295..4021356 100644
--- a/include/netlink/route/link/ip6tnl.h
+++ b/include/netlink/route/link/ip6tnl.h
@@ -22,6 +22,8 @@ extern "C" {
extern struct rtnl_link *rtnl_link_ip6_tnl_alloc(void);
extern int rtnl_link_ip6_tnl_add(struct nl_sock *sk, const char *name);
+ extern int rtnl_link_is_ip6_tnl(struct rtnl_link *link);
+
extern int rtnl_link_ip6_tnl_set_link(struct rtnl_link *link, uint32_t index);
extern uint32_t rtnl_link_ip6_tnl_get_link(struct rtnl_link *link);