From a70369ceaef764e2bfb83b011973e7bde6b463fb Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Fri, 14 Dec 2012 17:50:10 +0100 Subject: rule: add rule insertion (prepend) support Signed-off-by: Patrick McHardy --- include/netlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/netlink.h') diff --git a/include/netlink.h b/include/netlink.h index 8edd1a39..3252569b 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -51,7 +51,7 @@ extern struct rule *netlink_delinearize_rule(struct netlink_ctx *ctx, const struct nl_object *obj); extern int netlink_add_rule(struct netlink_ctx *ctx, const struct handle *h, - const struct rule *rule); + const struct rule *rule, uint32_t flags); extern int netlink_delete_rule(struct netlink_ctx *ctx, const struct handle *h); extern int netlink_get_rule(struct netlink_ctx *ctx, const struct handle *h); -- cgit v1.2.3