From caa45d4a94ccf62041c1e4dc47310068a41f5f29 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 8 Jan 2014 13:02:16 +0000 Subject: proto: add debugging for protocol context updates Add a new debugging level to debug updates to the protocol context. Sample output: :1:15-23: Evaluate filter output tcp dport ssh ^^^^^^^^^ tcp update transport layer protocol context: link layer : none network layer : ip transport layer : tcp <- Signed-off-by: Patrick McHardy --- include/nftables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/nftables.h b/include/nftables.h index 12f3c492..801000e1 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_PROTO_CTX = 0x10, }; #define INCLUDE_PATHS_MAX 16 -- cgit v1.2.3