summaryrefslogtreecommitdiffstats
path: root/include/nftables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nftables.h')
-rw-r--r--include/nftables.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/nftables.h b/include/nftables.h
index b36e10ae..5a000870 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -17,8 +17,9 @@ enum debug_level {
DEBUG_PARSER = 0x2,
DEBUG_EVALUATION = 0x4,
DEBUG_NETLINK = 0x8,
- DEBUG_SEGTREE = 0x10,
- DEBUG_MNL = 0x20,
+ DEBUG_MNL = 0x10,
+ DEBUG_PROTO_CTX = 0x20,
+ DEBUG_SEGTREE = 0x40,
};
#define INCLUDE_PATHS_MAX 16