netmap: Regenerate to add LIKE
operation for filter
#87
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ const (
|
||||||
OR
|
OR
|
||||||
AND
|
AND
|
||||||
NOT
|
NOT
|
||||||
|
LIKE
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
aarifullin marked this conversation as resolved
Outdated
fyrchik
commented
I don't think it is useful -- almost always better to inline it in policy, than do I don't think it is useful -- almost always better to inline it in policy, than do `ip ~ ".." + LikeWildcard`
acid-ant
commented
Ok, removed. Ok, removed.
|
|||||||
|
|
Loading…
Reference in a new issue
The linter doesn't pass this snake-case name :(
Thanks, fixed.