Re: [ovs-dev] [PATCH] Adding checksum to ICMP packets created by OVS for testing.

2012-08-07 Thread Ben Pfaff
On Mon, Aug 06, 2012 at 11:55:15PM -0700, Mehak Mahajan wrote: > 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 check

[ovs-dev] [PATCH] Adding checksum to ICMP packets created by OVS for testing.

2012-08-06 Thread Mehak Mahajan
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 Mah