summaryrefslogtreecommitdiffstats
path: root/include/nftables.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-01-16 17:42:02 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-01-16 19:47:50 +0100
commita4b1c0c704d082a70fe68b3a97a9c03416f63ccf (patch)
treec5d304c9e72641fe6bf85262ba7ec8be4a7373e5 /include/nftables.h
parent998f010120cf91578717d3ed037bad16f80c963f (diff)
src: add new --debug=mnl option to enable libmnl debugging
This allows you to dump the netlink message that is send via libmnl. 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 f9891619..b36e10ae 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -18,6 +18,7 @@ enum debug_level {
DEBUG_EVALUATION = 0x4,
DEBUG_NETLINK = 0x8,
DEBUG_SEGTREE = 0x10,
+ DEBUG_MNL = 0x20,
};
#define INCLUDE_PATHS_MAX 16