summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nftables.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/nftables.h b/include/nftables.h
index fd958dce..66bfab30 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -12,7 +12,10 @@ enum numeric_level {
};
enum debug_level {
- DEBUG_NETLINK = 0x1,
+ DEBUG_SCANNER = 0x1,
+ DEBUG_PARSER = 0x2,
+ DEBUG_EVALUATION = 0x4,
+ DEBUG_NETLINK = 0x8,
};
#define INCLUDE_PATHS_MAX 16