]> git.proxmox.com Git - ovs.git/commit
datapath-windows: Use l2 port and tunkey during execute
authorNithin Raju <nithin@vmware.com>
Tue, 17 May 2016 17:15:21 +0000 (10:15 -0700)
committerJoe Stringer <joe@ovn.org>
Wed, 25 May 2016 17:25:09 +0000 (10:25 -0700)
commit3871d4fb748e32d8d13c76e23f3775ccd3194ef4
treeca3f7407024babc5144c12d004cdfd78694aafa6
parent3729199262009ef886e9c6b17d5f73a792a54946
datapath-windows: Use l2 port and tunkey during execute

While testing DFW and recirc code it was found that userspace
was calling into packet execute with the tunnel key and the
vport added as part of the execute structure. We were not passing
this along to the code that executes actions. The right thing is
to contruct the key based on all of the attributes sent down from
userspace.

Signed-off-by: Nithin Raju <nithin@vmware.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Joe Stringer <joe@ovn.org>
datapath-windows/ovsext/User.c