]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
link/ip6tnl: Declare rtnl_link_is_ip6_tnl()
authorThomas Graf <tgraf@suug.ch>
Sat, 26 Jul 2014 19:33:32 +0000 (21:33 +0200)
committerThomas Haller <thaller@redhat.com>
Sun, 27 Jul 2014 09:04:07 +0000 (11:04 +0200)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/route/link/ip6tnl.h

index 7e0c295859adb1668f7d8c06aed7f5d4eaeb4b0a..40213567ee36436344c39e7fa3a63140e4567376 100644 (file)
@@ -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);