[Openswan dev] [PATCH] Add NON-IKE support for 26sec

Herbert Xu herbert at gondor.apana.org.au
Wed Jun 2 19:26:56 CEST 2004


On Tue, Jun 01, 2004 at 04:42:55PM +0200, Ken Bantoft wrote:
> 
> Thanks for the patch, it's in HEAD now, and I've put it in the 2.1.x 
> branch as well, incase we do another release from that branch.

Thanks.

Here is a follow-up patch so that we only try NON_IKE once rather than
every time a new interface is added.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email:  Herbert Xu ~{PmV>HI~} <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-------------- next part --------------
Index: programs/pluto/server.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/openswan/programs/pluto/server.c,v
retrieving revision 1.3
diff -u -r1.3 server.c
--- a/programs/pluto/server.c	1 Jun 2004 11:18:19 -0000	1.3
+++ b/programs/pluto/server.c	2 Jun 2004 08:25:33 -0000
@@ -668,7 +668,7 @@
 		    }
 
 #ifdef NAT_TRAVERSAL
-		    if (nat_traversal_enabled)
+		    if (nat_traversal_support_non_ike)
 		    {
 			nat_traversal_espinudp_socket(fd, ESPINUDP_WITH_NON_IKE);
 		    }


More information about the Dev mailing list