summaryrefslogtreecommitdiffstats
path: root/include/statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/statement.h')
-rw-r--r--include/statement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/statement.h b/include/statement.h
index 91d6e0e2..6fb5cf15 100644
--- a/include/statement.h
+++ b/include/statement.h
@@ -102,8 +102,9 @@ extern void __limit_stmt_print(const struct limit_stmt *limit);
struct reject_stmt {
struct expr *expr;
- enum nft_reject_types type;
+ enum nft_reject_types type:8;
int8_t icmp_code;
+ uint8_t verbose_print:1;
unsigned int family;
};