On Wed, Jan 13, 2016 at 09:35:02AM +0100, Jozsef Kadlecsik wrote: > Hi Pablo, > > Please apply the patch to the nf tree, thanks! > > On Tue, 12 Jan 2016, Florian Westphal wrote: > > > Jozsef says: > > The correct behaviour is that if we have > > ipset create test1 hash:net,iface > > ipset add test1 0.0.0.0/0,eth0 > > iptables -A INPUT -m set --match-set test1 src,src > > > > then the rule should match for any traffic coming in through eth0. > > > > This removes the -EINVAL runtime test to make matching work > > in case packet arrived via the specified interface. > > > > Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1297092 > > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> > > Acked-by: Jozsef Kadlecsik <kadlec@xxxxxxxxxxxxxxxxx> Applied, thanks! This applies cleanly to 4.3 and 4.4, so will be requesting -stable for these two. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html