-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Daniele Di Proietto <[email protected]> Co-Authored-by: Daniele Di Proietto <[email protected]> Acked-by: Nithin Raju <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,350 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,8 @@ Copyright (c) 2008, 2009, 2010 Sten Spans <[email protected]> | |
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 <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.