On Thu, Dec 3, 2015 at 11:48 AM, David Miller <da...@davemloft.net> wrote: > From: Tom Herbert <t...@herbertland.com> > Date: Tue, 1 Dec 2015 15:11:07 -0800 > >> ip6tables -t mangle -A PREROUTING --dst 2001:0:0:33::/64 -j ILAIN > > The user should have to do anything like this in order to just get > proper working functionality of ILA. > > It should just work transparently.
This was transparent in the previously posted patch "ila: Add support for netfilter NF_INET_PRE_ROUTING hook", but there was significant pushback that NF interface was not intended for this purpose. Using an IP tables target like this should preserve the sanctity of the interfaces and does provide nice performance improvement since PREROUTING is done before early demux. The NF_INET_PRE_ROUTING hook is still better performance though and what we are using internally (just an incremental change on top of these patches). -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html