forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipsec: install iptables rules that set IPsec bit in skb mark
Without these two iptables rules (one for UDP encapsulated IPsec and another for direct IPsec), ovs-vswitchd would incorrectly conclude that GRE packet belonged to a plain GRE tunnel instead of IPsec GRE tunnel. Reported-by: Aryan TaheriMonfared <[email protected]> Reported-by: Daniel Hiltgen <[email protected]> Signed-off-by: Ansis Atteka <[email protected]>
- Loading branch information
Ansis Atteka
committed
Jan 22, 2014
1 parent
db751c4
commit f34dcab
Showing
2 changed files
with
16 additions
and
0 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 |
---|---|---|
|
@@ -10,6 +10,7 @@ Andrew Lambeth [email protected] | |
Andy Southgate [email protected] | ||
Anupam Chanda [email protected] | ||
Arun Sharma [email protected] | ||
Aryan TaheriMonfared [email protected] | ||
Ben Pfaff [email protected] | ||
Brian Kruger [email protected] | ||
Bruce Davie [email protected] | ||
|
@@ -19,6 +20,7 @@ Chris Wright [email protected] | |
Chuck Short [email protected] | ||
Dan Carpenter [email protected] | ||
Dan Wendlandt [email protected] | ||
Daniel Hiltgen [email protected] | ||
Daniel Roman [email protected] | ||
Danny Kukawka [email protected] | ||
David Erickson [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