summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.c b/src/config.c
index d0d1d52..94c8980 100644
--- a/src/config.c
+++ b/src/config.c
@@ -548,11 +548,6 @@ static void config_check_base(void) {
exit_error("config error: in TUN mode exactly one peer must be configured");
}
-#ifndef USE_PMTU
- if (conf.pmtu.set)
- exit_error("config error: setting pmtu is not supported on this system");
-#endif
-
#ifndef USE_PACKET_MARK
if (conf.packet_mark)
exit_error("config error: setting a packet mark is not supported on this system");