[ovs-dev] [PATCH v2 3/4] datapath-windows: Conntrack - Introduce support for tracking related connections

Alin Serdean aserdean at cloudbasesolutions.com
Thu Dec 15 12:22:31 UTC 2016


../ovs-dev-v2-3-4-datapath-windows-Conntrack---Introduce-support-for-tracking-related-connections.patch:564: new blank line at EOF.
+
warning: 1 line adds whitespace errors.

Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>


> -----Original Message-----
> From: ovs-dev-bounces at openvswitch.org [mailto:ovs-dev-
> bounces at openvswitch.org] On Behalf Of Sairam Venugopal
> Sent: Friday, December 9, 2016 10:05 PM
> To: dev at openvswitch.org
> Subject: [ovs-dev] [PATCH v2 3/4] datapath-windows: Conntrack - Introduce
> support for tracking related connections
> 
> Introduce a new table to track related connections. This table will be used to
> track FTP data connections based on the control connection. There is a new
> Conntrack-ftp.c to parse incoming FTP messages to determine the related
> data ports. It creates a new entry in the related connections tracker table. If
> there is a matching FTP data connection, then the state for that connection is
> marked as RELATED.
> 
> Signed-off-by: Sairam Venugopal <vsairam at vmware.com>
> ---
>  datapath-windows/automake.mk                |   2 +
>  datapath-windows/ovsext/Conntrack-ftp.c     | 237
> ++++++++++++++++++++++
>  datapath-windows/ovsext/Conntrack-related.c | 300
> ++++++++++++++++++++++++++++
>  datapath-windows/ovsext/ovsext.vcxproj      |   2 +
>  4 files changed, 541 insertions(+)
>  create mode 100644 datapath-windows/ovsext/Conntrack-ftp.c
>  create mode 100644 datapath-windows/ovsext/Conntrack-related.c
> 


More information about the dev mailing list