From 792d377d8330606ad122dae5f941e5088c10cf14 Mon Sep 17 00:00:00 2001 From: Sairam Venugopal Date: Wed, 13 Apr 2016 11:54:03 -0700 Subject: 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 Signed-off-by: Daniele Di Proietto Co-Authored-by: Daniele Di Proietto Acked-by: Nithin Raju Signed-off-by: Ben Pfaff --- NOTICE | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NOTICE') diff --git a/NOTICE b/NOTICE index 4a3e61ca9..6030b8bc1 100644 --- a/NOTICE +++ b/NOTICE @@ -38,3 +38,8 @@ Copyright (c) 2008, 2009, 2010 Sten Spans Auto Attach implementation Copyright (c) 2014, 2015 WindRiver, Inc Copyright (c) 2014, 2015 Avaya, Inc + +TCP connection tracker from FreeBSD pf, BSD licensed +Copyright (c) 2001 Daniel Hartmeier +Copyright (c) 2002 - 2008 Henning Brauer +Copyright (c) 2012 Gleb Smirnoff -- cgit v1.2.1