mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-12-03 00:16:46 +00:00
link/ip6tnl: Declare rtnl_link_is_ip6_tnl()
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
69dd5ecea9
commit
a13010435a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user