From ffc9966f7798eb6b0282cceaae5193326b5ae636 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Sun, 9 Dec 2012 14:25:27 +0100 Subject: rules: change rule handle to 64 bit Recent kernel versions are using 64 bit for the rule handle. Signed-off-by: Patrick McHardy --- include/rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rule.h') diff --git a/include/rule.h b/include/rule.h index 23171ffb..4a458d31 100644 --- a/include/rule.h +++ b/include/rule.h @@ -19,7 +19,7 @@ struct handle { const char *table; const char *chain; const char *set; - uint32_t handle; + uint64_t handle; }; extern void handle_merge(struct handle *dst, const struct handle *src); -- cgit v1.2.3