[ovs-dev] FW: [PATCH 3.2] lib: Add ipv6 support for active and passive socket connections

2014-01-20 Thread Arun Sharma
Hello Ben, Thanks for reply. Please find inline comments. I will send v4 patch. Arun >On 18/01/14 4:53 AM, "Ben Pfaff" wrote: > >>On Tue, Dec 31, 2013 at 01:08:26PM +0530, Arun Sharma wrote: >>> Allows active/passive socket operations to use IPv6 network addresses, >>> except in-band control wh

[ovs-dev] [PATCH] ipsec: install iptables rules that set IPsec bit in skb mark

2014-01-20 Thread Ansis Atteka
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 Reported-by: Daniel Hiltgen Signed-off-by: Ansis A