From: Victor Julien Date: Wed, 11 Jun 2025 13:47:34 +0000 (+0200) Subject: detect/config: supported for firewall rules X-Git-Tag: suricata-8.0.0-rc1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b3808a551fc4be1e6feadab2c5ae97547dd5cc;p=thirdparty%2Fsuricata.git detect/config: supported for firewall rules --- diff --git a/src/detect-config.c b/src/detect-config.c index 885c8bc79b..167be5eb7b 100644 --- a/src/detect-config.c +++ b/src/detect-config.c @@ -80,6 +80,7 @@ void DetectConfigRegister(void) #ifdef UNITTESTS sigmatch_table[DETECT_CONFIG].RegisterTests = DetectConfigRegisterTests; #endif + sigmatch_table[DETECT_CONFIG].flags = SIGMATCH_SUPPORT_FIREWALL; DetectSetupParseRegexes(PARSE_REGEX, &parse_regex); }