dpif_netdev_execute: Extract flow key from the packet.
authorJarno Rajahalme <jrajahalme@nicira.com>
Thu, 14 Nov 2013 22:35:58 +0000 (14:35 -0800)
committerJarno Rajahalme <jrajahalme@nicira.com>
Thu, 14 Nov 2013 22:35:58 +0000 (14:35 -0800)
Extract the flow key from the packet instead of the execute->key.
This reflects how the kernel datapath behaves.

Also use ofpbuf_clone_with_headroom() instead of open coding the same.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found