From: Shivani Bhardwaj Date: Tue, 14 Apr 2020 07:45:17 +0000 (+0530) Subject: doc: Add order of application of config files X-Git-Tag: 1.2.0rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce390eabb3408f1be0cad56526bd6c0e9d3c7340;p=thirdparty%2Fsuricata-update.git doc: Add order of application of config files Closes redmine ticket 3535. --- diff --git a/doc/update.rst b/doc/update.rst index 4951f44..625f5a2 100644 --- a/doc/update.rst +++ b/doc/update.rst @@ -251,6 +251,13 @@ Example converting all drop rules with noalert back to alert:: re:. "^drop(.*)noalert(.*)" "alert\\1noalert\\2" +Order of application of configuration files +=========================================== +1. disable.conf +2. enable.conf +3. drop.conf +4. modify.conf + Example Configuration Files ===========================