From 70c56486267789a3767e22833548694a9b69e1b8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Jun 2019 13:55:00 +0000 Subject: [PATCH] Revert "firewall: Disable PMTU by default" This reverts commit b3a66a5c00bc4e39ce0db34e2ac96c4911b4e31a. Signed-off-by: Michael Tremer --- src/functions/functions.constants-firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.constants-firewall b/src/functions/functions.constants-firewall index 4f7f5038..d42189aa 100644 --- a/src/functions/functions.constants-firewall +++ b/src/functions/functions.constants-firewall @@ -78,7 +78,7 @@ FIREWALL_USE_ECN="true" FIREWALL_CONFIG_PARAMS="${FIREWALL_CONFIG_PARAMS} FIREWALL_USE_ECN" # Path MTU discovery -FIREWALL_PMTU_DISCOVERY="false" +FIREWALL_PMTU_DISCOVERY="true" FIREWALL_CONFIG_PARAMS="${FIREWALL_CONFIG_PARAMS} FIREWALL_PMTU_DISCOVERY" # Default TTL -- 2.39.2