netmap: Add LIKE
operation for filter
in policy
#55
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ enum Operation {
|
|||
|
||||
// Logical negation
|
||||
NOT = 9;
|
||||
|
||||
// Matches pattern
|
||||
LIKE = 10;
|
||||
}
|
||||
|
||||
// Selector modifier shows how the node set will be formed. By default selector
|
||||
|
|
Loading…
Reference in a new issue