commit | 2a389de86e4a5d0bd3abed9e6fee27050652d339 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Jan 15 22:03:45 2019 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jan 18 15:02:34 2019 +0100 |
tree | 81347462e74cf1e64757a72202dc027fb7210d72 | |
parent | 70aed4647cbd63e3371386ddfaeb195413f38d99 [diff] |
netfilter: conntrack: remove l4proto init and get_net callbacks Those were needed we still had modular trackers. As we don't have those anymore, prefer direct calls and remove all the (un)register infrastructure associated with this. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>