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:22:49 +0000 (18:22 -0800)
commitdfc7aa676ab44db7a49284a80798c7be5369db85
tree850fcbaabf158140d3b88a4fbdaa0324e91836eb
parent21e087cf0dff612754649f43fdf9715f701cae7a
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)
datapath/datapath.c
datapath/nx_act_snat.c
datapath/nx_act_snat.h