ovs-monitor-ipsec: Allow IKE fragmentation
authorJustin Pettit <jpettit@nicira.com>
Wed, 27 Apr 2011 15:46:38 +0000 (08:46 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Apr 2011 21:32:01 +0000 (14:32 -0700)
Some (broken) firewalls do not properly pass UDP fragments, which will
prevent IKE from completing.  This commit enables the racoon option to
allow application-level fragmenting and allow security associations to
be created.

debian/ovs-monitor-ipsec

index febd569..0a97c88 100755 (executable)
@@ -83,6 +83,7 @@ path certificate "%s";
     cert_entry = """remote %s {
         exchange_mode main;
         nat_traversal on;
+        ike_frag on;
         certificate_type x509 "%s" "%s";
         my_identifier asn1dn;
         peers_identifier asn1dn;