]> git.proxmox.com Git - mirror_ovs.git/commit
datapath-windows: Add support for OVS_KEY_ATTR_TCP set action
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 26 Jan 2017 23:43:39 +0000 (23:43 +0000)
committerGurucharan Shetty <guru@ovn.org>
Fri, 27 Jan 2017 21:53:11 +0000 (13:53 -0800)
commita9fee2f826b79507b60a9cf2c8eced6095a22e58
treef8c476604c42a6d3f3a838db350368e6e0a820f9
parentdd71a1dd979fd68ea53adfd92f367d88894c6311
datapath-windows: Add support for OVS_KEY_ATTR_TCP set action

This patch adds support for set action with OVS_KEY_ATTR_TCP attribute
(change TCP source or destination port).

If the source or destination TCP port was changed, update the TCP checksum.

A sample flow can look like the following:
set(tcp(src=80,dst=443))

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/Actions.c