]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
FIXME's added. Hopefully fixme list is now complete for filters.
authorPavel Machek <pavel@ucw.cz>
Thu, 7 Oct 1999 13:38:26 +0000 (13:38 +0000)
committerPavel Machek <pavel@ucw.cz>
Thu, 7 Oct 1999 13:38:26 +0000 (13:38 +0000)
filter/config.Y
filter/filter.c

index 7b6a732648c7f2e570cd352e4b46c8ae85be6321..64109bc8d8c928877a2068fb976ad7441e04795c 100644 (file)
@@ -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
index 7939ad01696c74e8d652907cd561927b1804df04..aa0b9e96c354196723cdce1aaf01ca090edaabc9 100644 (file)
@@ -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>