up
This commit is contained in:
parent
6930b1e3e5
commit
c435447d8e
1 changed files with 7 additions and 0 deletions
|
@ -217,6 +217,13 @@ func (w *WaapRuntimeConfig) ProcessPreEvalRules(request ParsedRequest) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
/* @sbl / @tko
|
||||
add the helpers to:
|
||||
- remove by id-range
|
||||
- remove by tag
|
||||
|
||||
*/
|
||||
|
||||
func (w *WaapRuntimeConfig) RemoveInbandRuleByID(id int) {
|
||||
w.InBandTx.RemoveRuleByIDWithError(id)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue