mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
ovs-monitor-ipsec: Allow IKE fragmentation
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.
This commit is contained in:
1
debian/ovs-monitor-ipsec
vendored
1
debian/ovs-monitor-ipsec
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user