From a4b1c0c704d082a70fe68b3a97a9c03416f63ccf Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 16 Jan 2014 17:42:02 +0100 Subject: 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 --- include/nftables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3