Re: [PATCH nf-next 7/8] netfilter: conntrack: remove l3->l4 mapping information

2018-09-13 Thread kbuild test robot
Hi Florian, I love your patch! Yet something to improve: [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Westphal/netfilter-conntrack-pass-nf_hook_state-to-packet-and-error-handlers/20180914-024412 base:

Re: [PATCH nf-next 7/8] netfilter: conntrack: remove l3->l4 mapping information

2018-09-13 Thread kbuild test robot
Hi Florian, I love your patch! Yet something to improve: [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Westphal/netfilter-conntrack-pass-nf_hook_state-to-packet-and-error-handlers/20180914-024412 base:

[PATCH nf-next 7/8] netfilter: conntrack: remove l3->l4 mapping information

2018-09-12 Thread Florian Westphal
l4 protocols are demuxed by l3num, l4num pair. However, almost all l4 trackers are l3 agnostic. Only exceptions are: - gre, icmp (ipv4 only) - icmpv6 (ipv6 only) This commit gets rid of the l3 mapping, l4 trackers can now be looked up by their IPPROTO_XXX value alone, which gets rid of the