On Wed, Jul 25, 2018 at 09:38:43PM +0200, Florian Westphal wrote: > Roman reports that DHCPv6 client no longer sees replies from server > due to > > ip6tables -t raw -A PREROUTING -m rpfilter --invert -j DROP > > rule. We need to set the F_IFACE flag for linklocal addresses, they > are scoped per-device. Applied, thanks.