Adding checksum to ICMP packets created by OVS for testing.
authorMehak Mahajan <mmahajan@nicira.com>
Tue, 7 Aug 2012 19:40:23 +0000 (12:40 -0700)
committerMehak Mahajan <mmahajan@nicira.com>
Tue, 7 Aug 2012 19:40:23 +0000 (12:40 -0700)
commit922b3bab9235766934aa60712b1dbad2a17612ae
treee03a07520e69e146d5f94af0807ae9c18a4eea9b
parentaa6305ea678ab889d7418c90371c72ead2c8e1e8
Adding checksum to ICMP packets created by OVS for testing.

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

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