[PATCH 1/6] add declaration for rtnl_cls_change()
Cong Wang
xiyou.wangcong at gmail.com
Thu Dec 5 18:48:25 EST 2013
Signed-off-by: Cong Wang <xiyou.wangcong at gmail.com>
---
include/netlink/route/classifier.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/netlink/route/classifier.h b/include/netlink/route/classifier.h
index 647bf1e..a8c1179 100644
--- a/include/netlink/route/classifier.h
+++ b/include/netlink/route/classifier.h
@@ -30,6 +30,7 @@ extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
extern int rtnl_cls_build_add_request(struct rtnl_cls *, int,
struct nl_msg **);
extern int rtnl_cls_add(struct nl_sock *, struct rtnl_cls *, int);
+extern int rtnl_cls_change(struct nl_sock *, struct rtnl_cls *, int);
extern int rtnl_cls_build_change_request(struct rtnl_cls *, int,
struct nl_msg **);
--
1.8.3.1
More information about the libnl
mailing list