]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2557 in SNORT/snort3 from ~MIALTIZE/snort3:default_variables...
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Mon, 19 Oct 2020 19:07:21 +0000 (19:07 +0000)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Mon, 19 Oct 2020 19:07:21 +0000 (19:07 +0000)
Squashed commit of the following:

commit 1a8c1d7df4088bf0db4531f71ebd8ed21b1396e4
Author: Michael Altizer <mialtize@cisco.com>
Date:   Mon Oct 19 12:19:57 2020 -0400

    lua: Use default IPS variables in the default config

lua/snort.lua

index e3a23af2daf6bf4002649acb3798be202adc746c..29283e9f7704b79983fa43b7ea4685ba3cd9b136 100644 (file)
@@ -170,7 +170,9 @@ ips =
 
     -- use include for rules files; be sure to set your path
     -- note that rules files can include other rules files
-    --include = 'snort3-community.rules'
+    --include = 'snort3-community.rules',
+    
+    variables = default_variables
 }
 
 rewrite = { }