From 6a529155f1f826ace040dd85c8367132d45bde99 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 23 Mar 2015 05:27:06 +0100 Subject: config: move packet mark support check to Bison file --- src/config.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/config.c') 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 */ -- cgit v1.2.3