Filter for ! not working
david-drake opened this issue · 1 comments
david-drake commented
I am trying to filter out any connection that contains action=accept... basically I don't want to pull any logs that are accepted.
When I change the filter to "action!=accept", it still pulls all actions including accept. The only way I've been able to get this working (slightly) is to specify "action=deny,drop,prevent"
Anybody else have this issue?
adepasquale commented
Not sure, this is the relevant code section:
fw1-loggrabber/fw1-loggrabber.c
Lines 2087 to 2120 in ab8e506
negation
variable is conditionally set based on the presence of =
or !=
.