Fix fragment issue for large IP packets when SNAT action enabled.
authorJustin Pettit <jpettit@nicira.com>
Wed, 21 Jan 2009 02:22:49 +0000 (18:22 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 21 Jan 2009 02:25:12 +0000 (18:25 -0800)
commit22e2bfdc14ccadfd8f2d438f8fad121791470dfb
treeba717d9d4db627b6dd2b1cb11d0bc8e61d240ae5
parent633aaefd48bedd45811ac36793669a5fad378d24
Fix fragment issue for large IP packets when SNAT action enabled.

The Netfilter code automatically reassembles IP fragments.  We need to
explicitly have them refragmented before transmitting. (Bug #823)
(cherry picked from commit dfc7aa676ab44db7a49284a80798c7be5369db85)
datapath/datapath.c
datapath/nx_act_snat.c
datapath/nx_act_snat.h