From: Jason Ish Date: Wed, 17 Sep 2014 17:55:29 +0000 (-0600) Subject: Comment out in the action-order section, as its not needed if X-Git-Tag: suricata-2.1beta2~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b9c6d477419fc760959066812a56a37d113e8b5;p=thirdparty%2Fsuricata.git Comment out in the action-order section, as its not needed if the default configuration is used. --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 7494544e64..3ea2811555 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -1081,11 +1081,11 @@ vars: # Set the order of alerts bassed on actions # The default order is pass, drop, reject, alert -action-order: - - pass - - drop - - reject - - alert +# action-order: +# - pass +# - drop +# - reject +# - alert # IP Reputation #reputation-categories-file: @e_sysconfdir@iprep/categories.txt