summaryrefslogtreecommitdiffstats
path: root/include/nftables.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-01-15 13:14:25 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-01-15 14:38:32 +0100
commitfd0ca1166e3c3e98c1cec3d8f59693b8da328798 (patch)
treed907036a0fd3cd850fff72b68097c35aca9c8c16 /include/nftables.h
parentd5e4f94cf130c79758d285ad88f4bd10674e409e (diff)
segtree: add new segtree debugging option
Currently, nft displays the debugging information if it's compiled with --enable-debug (which seems a good idea) and when intervals are used in maps. Add a new option to enable debugging to segtree, so we only get this information when explicitly requested. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/nftables.h')
-rw-r--r--include/nftables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nftables.h b/include/nftables.h
index 12f3c492..f9891619 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -17,6 +17,7 @@ enum debug_level {
DEBUG_PARSER = 0x2,
DEBUG_EVALUATION = 0x4,
DEBUG_NETLINK = 0x8,
+ DEBUG_SEGTREE = 0x10,
};
#define INCLUDE_PATHS_MAX 16