datapath: Fix uninitializaed variable with GRE GSO.
authorJesse Gross <jesse@nicira.com>
Fri, 21 Jun 2013 22:28:20 +0000 (15:28 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 21 Jun 2013 22:28:20 +0000 (15:28 -0700)
commit6d3e8965a2f1a4ff31db6f559d1e07f6b70e54b8
tree035ce4fb36aeee8faf1cccb5949ce28a752ba84a
parentdfbec087e7c50e9070aa5855152700fffc44a826
datapath: Fix uninitializaed variable with GRE GSO.

If a packet is neither GSO nor CHECKSUM_PARTIAL then the
GRE GSO compatibility code can use an uninitialized IP ID.

CC: Pravin Shelar <pshelar@nicira.com>
Reported-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/linux/compat/gso.c