commit | 7db9a51e0f9931446ed4231feb1040ed5134fc60 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Dec 20 16:12:55 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jan 08 18:01:25 2018 +0100 |
tree | 871f6deef758b00acf309f63a6121184bf2bc88a | |
parent | f7dcbe2f36a660140ecb286e15f502028d96ffdf [diff] |
netfilter: remove saveroute indirection in struct nf_afinfo This is only used by nf_queue.c and this function comes with no symbol dependencies with IPv6, it just refers to structure layouts. Therefore, we can replace it by a direct function call from where it belongs. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>