]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect/config: supported for firewall rules
authorVictor Julien <vjulien@oisf.net>
Wed, 11 Jun 2025 13:47:34 +0000 (15:47 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 11 Jun 2025 18:49:16 +0000 (20:49 +0200)
src/detect-config.c

index 885c8bc79b9316d8b1e01068e4cec42c15c197a0..167be5eb7b8bfd8a2c95630c1cff42f7ffee63b7 100644 (file)
@@ -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);
 }