Messages in this thread |  | | | Date | Thu, 2 Sep 2010 07:30:56 +0800 | | From | Herbert Xu <> | | Subject | Re: [PATCH net-next-2.6] net/ipv4: push IP options to CB in ip_fragment |
| |
On Wed, Sep 01, 2010 at 02:46:58PM -0700, David Miller wrote: . > Therefore I'm inclined to agree with Herbert that we need to parse the > options explicitly before invoke ip_fragment(). We must call it with > an SKB in the state it expects, and that means with options parsing > already performed.
FWIW the packet probably doesn't even have IP options. What is happening here is that we've found yet another entry point from the bridge driver into the IP stack so we need to duplicate my original patch here.
Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |