From: Michael Altizer (mialtize) Date: Mon, 19 Oct 2020 19:07:21 +0000 (+0000) Subject: Merge pull request #2557 in SNORT/snort3 from ~MIALTIZE/snort3:default_variables... X-Git-Tag: 3.0.3-3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce53008144d884617c1bc6eb093fbd97739b15d7;p=thirdparty%2Fsnort3.git Merge pull request #2557 in SNORT/snort3 from ~MIALTIZE/snort3:default_variables to master Squashed commit of the following: commit 1a8c1d7df4088bf0db4531f71ebd8ed21b1396e4 Author: Michael Altizer Date: Mon Oct 19 12:19:57 2020 -0400 lua: Use default IPS variables in the default config --- diff --git a/lua/snort.lua b/lua/snort.lua index e3a23af2d..29283e9f7 100644 --- a/lua/snort.lua +++ b/lua/snort.lua @@ -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 = { }