diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-10-07 15:38:26 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-10-07 15:38:26 +0200 |
commit | c9f8c1a855cfdde2095cd792289dbce2b7a06371 (patch) | |
tree | d1f67715b108e9a9fcf262bf2524f8e9bb6693db | |
parent | f782b72c538b5728f6c3f531a25f669f0bf99b2c (diff) | |
download | bird-c9f8c1a855cfdde2095cd792289dbce2b7a06371.tar bird-c9f8c1a855cfdde2095cd792289dbce2b7a06371.zip |
FIXME's added. Hopefully fixme list is now complete for filters.
-rw-r--r-- | filter/config.Y | 9 | ||||
-rw-r--r-- | filter/filter.c | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/filter/config.Y b/filter/config.Y index 7b6a732..64109bc 100644 --- a/filter/config.Y +++ b/filter/config.Y @@ -4,6 +4,15 @@ * Copyright 1998,1999 Pavel Machek * * Can be freely distributed and used under the terms of the GNU GPL. + * + FIXME: constant prefixes, make prefix.ip and prefix.length work + FIXME: define keyword + FIXME: case without { }'s + FIXME: allow px+, px- px^pair in prefix sets + FIXME: create ip.mask(x) function + FIXME: whole system of paths, path ~ string, path.prepend(), path.originate + FIXME: create community lists + FIXME: access to dynamic attributes */ CF_HDR diff --git a/filter/filter.c b/filter/filter.c index 7939ad0..aa0b9e9 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -6,7 +6,6 @@ * 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> |