Adding checksum to IP packets created by ovs for testing.
authorMehak Mahajan <mmahajan@nicira.com>
Thu, 2 Aug 2012 23:11:58 +0000 (16:11 -0700)
committerMehak Mahajan <mmahajan@nicira.com>
Thu, 2 Aug 2012 23:11:58 +0000 (16:11 -0700)
commitdc5a7ce79de0d746a4f4af1a127249f90b797002
tree061b64096395d4dc04fd6907f59e3d2f441163e4
parentfda1672c7498e52a7932729278ce363fe4b7e205
Adding checksum to IP packets created by ovs for testing.

OVS provides a utility to create IP packets for the purpose of testing
using ovs-appctl netdev-dummy/receive.  These packets created by
flow_compose() earlier did not have the IP checksum in them.  With this
commit, the checksum with be added to these test IP packets.

Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>
AUTHORS
lib/flow.c