]> tinc-vpn.org Git - tinc/blobdiff - src/net_setup.c
Only forward SPTPS packets if Forwarding = internal.
[tinc] / src / net_setup.c
index 314fd716fa412bb8361a6f3865c3ed085ae9d69c..49ea31b6893f5bdf09748513bf0e88b0d5892f91 100644 (file)
@@ -583,7 +583,7 @@ bool setup_myself_reloadable(void) {
                free(fmode);
        }
 
-       choice = true;
+       choice = !(myself->options & OPTION_TCPONLY);
        get_config_bool(lookup_config(config_tree, "PMTUDiscovery"), &choice);
 
        if(choice) {