lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 03 Dec 2015 15:43:00 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	tom@...bertland.com
Cc:	netdev@...r.kernel.org, kernel-team@...com
Subject: Re: [PATCH net-next v2 0/5] ila: Optimization to preserve value of
 early demux

From: Tom Herbert <tom@...bertland.com>
Date: Thu, 3 Dec 2015 11:59:31 -0800

> On Thu, Dec 3, 2015 at 11:48 AM, David Miller <davem@...emloft.net> wrote:
>> From: Tom Herbert <tom@...bertland.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).

You want to make a transformation before early demux, which edits the
packet.

But someone who configures ILA and just wants reasonable performance
shouldn't have to configure anything explicitly outside of the ILA
config itself.

So again, those are your operating constraints.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ