Re: [PATCH nf] netfilter: don't set F_IFACE on ipv6 fib lookups

2018-02-25 Thread Pablo Neira Ayuso
On Thu, Feb 15, 2018 at 12:23:05AM +0100, Florian Westphal wrote: > "fib" starts to behave strangely when an ipv6 default route is > added - the FIB lookup returns a route using 'oif' in this case. > > This behaviour was inherited from ip6tables rpfilter so change > this as well. Applied, thanks

[PATCH nf] netfilter: don't set F_IFACE on ipv6 fib lookups

2018-02-14 Thread Florian Westphal
"fib" starts to behave strangely when an ipv6 default route is added - the FIB lookup returns a route using 'oif' in this case. This behaviour was inherited from ip6tables rpfilter so change this as well. Bugzilla: https://bugzilla.netfilter.org/show_bug.cgi?id=1221 Signed-off-by: Florian