[ovs-git] [openvswitch/ovs] 792d37: datapath-windows: Add Connection Tracking Support

GitHub noreply at github.com
Thu Apr 14 17:13:59 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 792d377d8330606ad122dae5f941e5088c10cf14
      https://github.com/openvswitch/ovs/commit/792d377d8330606ad122dae5f941e5088c10cf14
  Author: Sairam Venugopal <vsairam at vmware.com>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M NOTICE
    M datapath-windows/automake.mk
    M datapath-windows/ovsext/Actions.c
    A datapath-windows/ovsext/Conntrack-tcp.c
    A datapath-windows/ovsext/Conntrack.c
    A datapath-windows/ovsext/Conntrack.h
    M datapath-windows/ovsext/Debug.h
    M datapath-windows/ovsext/DpInternal.h
    M datapath-windows/ovsext/Flow.c
    M datapath-windows/ovsext/Switch.c
    M datapath-windows/ovsext/Types.h
    M datapath-windows/ovsext/Util.h
    M datapath-windows/ovsext/ovsext.vcxproj
    M debian/copyright.in

  Log Message:
  -----------
  datapath-windows: Add Connection Tracking Support

Enable support for Stateful Firewall in Hyper-V by adding a Connection
Tracking module. The module has been ported over from the userspace
implementation patch of a similar name.

The current version of the module supports ct - zone, mark and label for
TCP packets. Support for other packet formats will be added in subsequent
patches.

The conntrack-tcp module is adapted from FreeBSD's pf subsystem and hence
the BSD license. It has been ported over to match OVS Hyper-V coding
style.

Signed-off-by: Sairam Venugopal <vsairam at vmware.com>
Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>
Co-Authored-by: Daniele Di Proietto <diproiettod at vmware.com>
Acked-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list