]> git.proxmox.com Git - mirror_ovs.git/commit - ofproto/ofproto-dpif.c
ovs-vswitchd: Call flow_extract() for resumed packet in nxt_resume().
authorNuman Siddique <nusiddiq@redhat.com>
Thu, 31 Mar 2016 13:42:34 +0000 (19:12 +0530)
committerBen Pfaff <blp@ovn.org>
Thu, 31 Mar 2016 15:44:27 +0000 (08:44 -0700)
commit10b3f50546835c121ff19c319f492980a86cc822
tree2e7b64b8d811c112f14999ac43a3472c8a234dc4
parent31491a53116a6c2fcd19f888f5f7ce71e0ccdd51
ovs-vswitchd: Call flow_extract() for resumed packet in nxt_resume().

When the packet-in is resumed by vswitchd, it is not setting the
'dp_packet' offsets, because of which it is crashing while executing
the actions.

Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif.c