Bug #455 » 0001-Add-info-message-for-suricata-giving-precedence-for-.patch
| src/suricata.c | ||
|---|---|---|
|
conf_filename = DEFAULT_CONF_FILE;
|
||
|
}
|
||
|
SCLogInfo("Suricata currently gives precedene for the event suppression "
|
||
|
"provided in the rules, over the ones provided in the conf "
|
||
|
"file. Our event engine will be updated in the future to "
|
||
|
"allow conf override and also be used simultaneously with "
|
||
|
"rule suppressions. Have a look at bug #455 for further info.");
|
||
|
/** \todo we need an api for these */
|
||
|
/* Load yaml configuration file if provided. */
|
||
|
if (conf_filename != NULL) {
|
||