summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-28 21:35:54 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-28 21:35:54 +0100
commit2248b804b1bfb41ba109a1a4220dcc77e42a1fad (patch)
treeb3ed76a5ff2c4d394ea59fa58d3821966a66d1f4 /src/config.c
parent5fe94a49df4cb685676c5924455354ac5f17075c (diff)
downloadfastd-2248b804b1bfb41ba109a1a4220dcc77e42a1fad.tar
fastd-2248b804b1bfb41ba109a1a4220dcc77e42a1fad.zip
Fix build on non-Linux systems
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");