[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150401.230921.232085782289557923.davem@davemloft.net>
Date: Wed, 01 Apr 2015 23:09:21 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: fw@...len.de
Cc: netfilter-devel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH nf-next 02/14] net: untangle ip_fragment and bridge
netfilter
From: Florian Westphal <fw@...len.de>
Date: Wed, 1 Apr 2015 22:36:28 +0200
> Add mtu arguments to ip_fragment and remove the bridge netfilter mtu
> helper.
I told you I disagree with this approach. Anything that adds
an 'mtu' argument to ip_fragment() I am not even going to look
at seriously, there must be device context when you call that
function.
Furthermore, and even more importantly, right now what bridge
netfilter does with fragmentation is _terminally_ broken. It
absolutely does not guarantee to preserve the geometry of the incoming
fragment stream.
This is why you must use something like GRO/GSO, which is built
to positively and provably preserve the geometry of SKBs as they
are packed and unpacked.
--
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