Re: [ovs-dev] [PATCH 0/4] datapath-windows: Enable support for tracking FTP connections

2016-12-05 Thread Alin Serdean
Thanks a lot for the series.

Overall it looks like a good start for the support!

Thanks,
Alin.

> -Original Message-
> From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev-
> boun...@openvswitch.org] On Behalf Of Sairam Venugopal
> Sent: Thursday, December 1, 2016 11:19 PM
> To: d...@openvswitch.org
> Subject: [ovs-dev] [PATCH 0/4] datapath-windows: Enable support for
> tracking FTP connections
> 
> Add support for maintaining and tracking related connections. This patch
> introduces the concept of related-connections table. There is an FTP parser
> in place to parse FTP PASV and PORT commands. Support for traking
> extended FTP commands will be added in subsequently.
> 
> 
> Sairam Venugopal (4):
>   datapath-windows: Conntrack - Fix OvsGetTcpPayloadLength()
>   datapath-windows: Cleanup Conntrack definitions and introduce related
> entries
>   datapath-windows: Conntrack - Introduce support for tracking related
> connections
>   datapath-windows: Conntrack - Enable FTP support
> 
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH 0/4] datapath-windows: Enable support for tracking FTP connections

2016-12-01 Thread Sairam Venugopal
Add support for maintaining and tracking related connections. This patch 
introduces 
the concept of related-connections table. There is an FTP parser in place to 
parse 
FTP PASV and PORT commands. Support for traking extended FTP commands will be 
added 
in subsequently.


Sairam Venugopal (4):
  datapath-windows: Conntrack - Fix OvsGetTcpPayloadLength()
  datapath-windows: Cleanup Conntrack definitions and introduce related
entries
  datapath-windows: Conntrack - Introduce support for tracking related
connections
  datapath-windows: Conntrack - Enable FTP support

 datapath-windows/automake.mk|   2 +
 datapath-windows/ovsext/Conntrack-ftp.c | 234 ++
 datapath-windows/ovsext/Conntrack-related.c | 300 
 datapath-windows/ovsext/Conntrack-tcp.c |  15 --
 datapath-windows/ovsext/Conntrack.c |  74 +--
 datapath-windows/ovsext/Conntrack.h |  67 +++
 datapath-windows/ovsext/Switch.c|   8 +
 datapath-windows/ovsext/ovsext.vcxproj  |   2 +
 8 files changed, 673 insertions(+), 29 deletions(-)
 create mode 100644 datapath-windows/ovsext/Conntrack-ftp.c
 create mode 100644 datapath-windows/ovsext/Conntrack-related.c

-- 
2.9.0.windows.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev