This commit is contained in:
bui 2023-09-13 10:57:29 +02:00
parent 6930b1e3e5
commit c435447d8e

View file

@ -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)
}