]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
include: refresh nf_tables.h cached copy
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 12 May 2019 19:08:25 +0000 (21:08 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 12 May 2019 19:08:36 +0000 (21:08 +0200)
Fetch fix for NFT_LOGLEVEL_MAX.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/nf_tables.h

index 92bb1e2b24259c3431099a60af3c54dae5f10a71..7bdb234f3d8c0f6ba775a88f03472d31b865958b 100644 (file)
@@ -1134,7 +1134,7 @@ enum nft_log_level {
        NFT_LOGLEVEL_AUDIT,
        __NFT_LOGLEVEL_MAX
 };
-#define NFT_LOGLEVEL_MAX       (__NFT_LOGLEVEL_MAX + 1)
+#define NFT_LOGLEVEL_MAX       (__NFT_LOGLEVEL_MAX - 1)
 
 /**
  * enum nft_queue_attributes - nf_tables queue expression netlink attributes