summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorElise Lennion <elise.lennion@gmail.com>2017-01-18 21:06:47 -0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-01-23 14:26:16 +0100
commit1967b4f67cfbb64d12fc4953db35e3d7aa5f773e (patch)
treed7b7c8ee574de41091196622f693f9eab68b73ff /include
parentf7a68589c0b3bf2085c9066d99d6ee680c6e6751 (diff)
src: Honor obligatory stateless printing of flow tables
Always print flow statement as stateless expressions, given that this just defines the flow table statement instance that is allocated per entry. Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/nftables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nftables.h b/include/nftables.h
index 760bbff5..6f541557 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -26,10 +26,10 @@ enum debug_level {
extern unsigned int max_errors;
extern unsigned int numeric_output;
+extern unsigned int stateless_output;
extern unsigned int ip2name_output;
extern unsigned int handle_output;
extern unsigned int debug_level;
-extern bool stateless_output;
extern const char *include_paths[INCLUDE_PATHS_MAX];
enum nftables_exit_codes {