summaryrefslogtreecommitdiff
path: root/include/net/netfilter/ipv6/nf_defrag_ipv6.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-10-02 15:55:02 +0300
committerDavid S. Miller <davem@davemloft.net>2021-10-02 15:55:02 +0300
commitdade7f9d819d89ba2da5f72a07cb4b91a1e1f74a (patch)
tree54ab285e1a716c386c7e71b94ef03f7fd6a0965b /include/net/netfilter/ipv6/nf_defrag_ipv6.h
parent5cfe5109a1d7fd9686d5c695827216788bf0b1ec (diff)
parent6fb721cf781808ee2ca5e737fb0592cc68de3381 (diff)
downloadlinux-dade7f9d819d89ba2da5f72a07cb4b91a1e1f74a.tar.xz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Pablo Neira Ayuso says: ==================== Netfilter fixes for net (v2) The following patchset contains Netfilter fixes for net: 1) Move back the defrag users fields to the global netns_nf area. Kernel fails to boot if conntrack is builtin and kernel is booted with: nf_conntrack.enable_hooks=1. From Florian Westphal. 2) Rule event notification is missing relevant context such as the position handle and the NLM_F_APPEND flag. 3) Rule replacement is expanded to add + delete using the existing rule handle, reverse order of this operation so it makes sense from rule notification standpoint. 4) Propagate to userspace the NLM_F_CREATE and NLM_F_EXCL flags from the rule notification path. Patches #2, #3 and #4 are used by 'nft monitor' and 'iptables-monitor' userspace utilities which are not correctly representing the following operations through netlink notifications: - rule insertions - rule addition/insertion from position handle - create table/chain/set/map/flowtable/... ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netfilter/ipv6/nf_defrag_ipv6.h')
-rw-r--r--include/net/netfilter/ipv6/nf_defrag_ipv6.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/netfilter/ipv6/nf_defrag_ipv6.h b/include/net/netfilter/ipv6/nf_defrag_ipv6.h
index 0fd8a4159662..ceadf8ba25a4 100644
--- a/include/net/netfilter/ipv6/nf_defrag_ipv6.h
+++ b/include/net/netfilter/ipv6/nf_defrag_ipv6.h
@@ -17,7 +17,6 @@ struct inet_frags_ctl;
struct nft_ct_frag6_pernet {
struct ctl_table_header *nf_frag_frags_hdr;
struct fqdir *fqdir;
- unsigned int users;
};
#endif /* _NF_DEFRAG_IPV6_H */