summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-06 12:31:51 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-06 12:31:51 +0200
commit4ab823eb500a8a63061eb23581e73ff9d8bffce1 (patch)
treef8685321c376eac9ba1f9fdd12f1586877ca6d9f /cmake
parent04842eebd01dbcb0852166993c2a44ebc5ac96b1 (diff)
downloadfastd-4ab823eb500a8a63061eb23581e73ff9d8bffce1.tar
fastd-4ab823eb500a8a63061eb23581e73ff9d8bffce1.zip
Set IP_FREEBIND
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.cmake b/cmake/config.cmake
index e7e0f42..cbdc775 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -6,6 +6,7 @@ endif()
set(USE_BINDTODEVICE ${LINUX})
+set(USE_FREEBIND ${LINUX})
set(USE_PMTU ${LINUX})
set(USE_PKTINFO ${LINUX})
set(USE_PACKET_MARK ${LINUX})