diff options
author | Pablo Neira Ayuso | 2017-11-27 22:58:37 +0100 |
---|---|---|
committer | Pablo Neira Ayuso | 2018-01-08 18:11:01 +0100 |
commit | 464356234f88518f7d0678b979013e78607e8266 (patch) | |
tree | 34ef79d08251f90455f57a5f81fdb72d723d01f6 /net/ipv6 | |
parent | ce388f452f0af2013c657dd24be4415d94e7704f (diff) |
netfilter: remove route_key_size field in struct nf_afinfo
This is only needed by nf_queue, place this code where it belongs.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/netfilter.c b/net/ipv6/netfilter.c index d633b78be06f..18f82a3fb0c0 100644 --- a/net/ipv6/netfilter.c +++ b/net/ipv6/netfilter.c @@ -176,7 +176,6 @@ static const struct nf_ipv6_ops ipv6ops = { static const struct nf_afinfo nf_ip6_afinfo = { .family = AF_INET6, - .route_key_size = sizeof(struct ip6_rt_info), }; int __init ipv6_netfilter_init(void) |