]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
FIXME's cleaned up: I have actually fixed things without killing
authorPavel Machek <pavel@ucw.cz>
Wed, 1 Dec 1999 11:39:58 +0000 (11:39 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 1 Dec 1999 11:39:58 +0000 (11:39 +0000)
comments.

There are no urgent FIXME's in filters. Perhaps we should start with
documentation?

filter/config.Y
filter/filter.c

index 7b61baaa6ece8b1ae88f4c96e71a30115cdaf9db..05a0f2d2de6291d29a5283445655d5013fabb807 100644 (file)
@@ -8,9 +8,7 @@
        FIXME (nonurgent): define keyword
        FIXME: whole system of paths, path ~ string, path.prepend(), path.originate
        FIXME: create community lists
-       FIXME: write access to dynamic attributes.
        FIXME: '! =' should not be permitted. Ze `!=' by nemelo byt totez jako `! =' Nadefinujes si pres %token novy token a do cf-lex.l pridas nove pravidlo, ktere jej rozpoznava. Napriklad !=      return NEQ;
-       FIXME: write access to static attribute: Z rte ma byt read/write: pref, attrs (neprimo).
 
  */
 
index 9c2bfe8b1db1ed8e35b7146e27268ce537f6d50e..6ae4eaab8f1ba76da25edbdaadeacdb6cf90f2e7 100644 (file)
@@ -7,7 +7,6 @@
  *
  *     Notice that pair is stored as integer: first << 16 | second
  *
- *     FIXME: Check if prefixes are really prefixes.
  */
 
 #include <stdio.h>