summaryrefslogtreecommitdiffstats
path: root/include/osf.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-08-09 13:42:08 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-08-09 13:46:51 +0200
commita484624e5adcc6bf363d15744a3490fb31f16122 (patch)
tree1adeab90acaf35570a362e3fe996a0257d509cb8 /include/osf.h
parenteb14363d44cea5f9fe283825a89894575136adf1 (diff)
include: refresh nf_tables.h cached copy
Refresh it to fetch what we have in 5.3-rc1. Remove NFT_OSF_F_VERSION definition, this is already available in include/linux/netfilter/nf_tables.h Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/osf.h')
-rw-r--r--include/osf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osf.h b/include/osf.h
index 2eef257c..8f6f5840 100644
--- a/include/osf.h
+++ b/include/osf.h
@@ -1,8 +1,6 @@
#ifndef NFTABLES_OSF_H
#define NFTABLES_OSF_H
-#define NFT_OSF_F_VERSION 0x1
-
struct expr *osf_expr_alloc(const struct location *loc, const uint8_t ttl,
const uint32_t flags);