]> git.ipfire.org Git - thirdparty/suricata.git/commit
live rule support added
authorAnoop Saldanha <poonaatsoc@gmail.com>
Fri, 22 Jun 2012 15:38:26 +0000 (21:08 +0530)
committerVictor Julien <victor@inliniac.net>
Tue, 26 Jun 2012 07:36:10 +0000 (09:36 +0200)
commitecad4a24fa3600eabfb92b860589c15825dc6173
tree50ddeee0274d37096399c437207650c2e4108e5f
parent83a8f6e03ab3bf945bd8f21b80f3dfa1db7c2457
live rule support added

To reload ruleset during engine runtime, send the USR2 signal to the engine, and the ruleset would be reloaded from the same yaml file supplied at engine startup
13 files changed:
src/counters.c
src/detect-engine-state.c
src/detect-engine-state.h
src/detect-engine.c
src/detect-engine.h
src/detect.c
src/detect.h
src/flow-manager.c
src/flow.h
src/suricata.c
src/suricata.h
src/tm-modules.h
src/tm-threads.c