summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rule.h b/include/rule.h
index eda6b2c2..e0debe3b 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -15,7 +15,7 @@
* @handle: rule handle (rules only)
*/
struct handle {
- int family;
+ uint32_t family;
const char *table;
const char *chain;
const char *set;