summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 05:27:06 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 05:27:06 +0100
commit6a529155f1f826ace040dd85c8367132d45bde99 (patch)
tree8bc1c97aee5b731bd6222b8f283c6a3e9eccb7a5 /src/config.c
parentb2e576bb172fcce419e639216393126c94fc99fa (diff)
downloadfastd-6a529155f1f826ace040dd85c8367132d45bde99.tar
fastd-6a529155f1f826ace040dd85c8367132d45bde99.zip
config: move packet mark support check to Bison file
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config.c b/src/config.c
index 511d4e7..deb3208 100644
--- a/src/config.c
+++ b/src/config.c
@@ -545,10 +545,6 @@ void fastd_configure(int argc, char *const argv[]) {
/** Performs some basic checks on the configuration */
static void config_check_base(void) {
-#ifndef USE_PACKET_MARK
- if (conf.packet_mark)
- exit_error("config error: setting a packet mark is not supported on this system");
-#endif
}
/** Performs more checks on the configuration */