Restoring former default weird behavior for unsolicited_SYN_response.

This commit is contained in:
Seth Hall 2011-10-21 14:17:54 -04:00
parent f0b32b21ee
commit 0cdcf490d6

View file

@ -46,6 +46,7 @@ export {
}; };
const actions: table[string] of Action = { const actions: table[string] of Action = {
["unsolicited_SYN_response"] = ACTION_IGNORE,
["above_hole_data_without_any_acks"] = ACTION_LOG, ["above_hole_data_without_any_acks"] = ACTION_LOG,
["active_connection_reuse"] = ACTION_LOG, ["active_connection_reuse"] = ACTION_LOG,
["bad_HTTP_reply"] = ACTION_LOG, ["bad_HTTP_reply"] = ACTION_LOG,