1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Few FIXME's removed from auth, few FIXME's added to filter.

This commit is contained in:
Pavel Machek
1999-08-20 09:59:39 +00:00
parent bce8a34b12
commit 2981814066
2 changed files with 15 additions and 4 deletions

View File

@@ -4,6 +4,9 @@
* Copyright 1998 Pavel Machek <pavel@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*
* FIXME: local namespace for functions
* FIXME: switch (or how did we call it in final release?)
*/
#include <stdio.h>
@@ -148,6 +151,7 @@ interpret(struct f_inst *what)
case '<': COMPARE(i==-1);
case '<=': COMPARE(i!=1);
/* FIXME: Should be able to work with prefixes of limited sizes */
case '~':
TWOARGS;
res.type = T_BOOL;