mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Filter: Fix missing case for !~ operator
Thanks to Vincent Bernat for the patch.
This commit is contained in:
parent
f6e6c3b5a5
commit
da65a3d898
@ -1559,6 +1559,7 @@ i_same(struct f_inst *f1, struct f_inst *f2)
|
||||
case P('<','='): TWOARGS; break;
|
||||
|
||||
case '!': ONEARG; break;
|
||||
case P('!', '~'):
|
||||
case '~': TWOARGS; break;
|
||||
case P('d','e'): ONEARG; break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user