Re: [PATCH] netfilter: xt_cluster: add dependency on conntrack module

2018-08-23 Thread Pablo Neira Ayuso
On Wed, Aug 22, 2018 at 10:27:17AM +0200, Martin Willi wrote: > The cluster match requires conntrack for matching packets. If the > netns does not have conntrack hooks registered, the match does not > work at all. > > Implicitly load the conntrack hook for the family, exactly as many > other

Re: [PATCH] netfilter: xt_cluster: add dependency on conntrack module

2018-08-22 Thread Florian Westphal
Martin Willi wrote: > The cluster match requires conntrack for matching packets. If the > netns does not have conntrack hooks registered, the match does not > work at all. Acked-by: Florian Westphal

[PATCH] netfilter: xt_cluster: add dependency on conntrack module

2018-08-22 Thread Martin Willi
The cluster match requires conntrack for matching packets. If the netns does not have conntrack hooks registered, the match does not work at all. Implicitly load the conntrack hook for the family, exactly as many other extensions do. This ensures that the match works even if the hooks have not