]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Allow
authorPavel Machek <pavel@ucw.cz>
Thu, 1 Jun 2000 08:34:30 +0000 (08:34 +0000)
committerPavel Machek <pavel@ucw.cz>
Thu, 1 Jun 2000 08:34:30 +0000 (08:34 +0000)
               case net {
                       62.0.0.0/8+:
                       10.0.0.0/8+:
                       else: reject;
               }

filter/config.Y
filter/filter.c

index 69454bc3a748328640b55937def9d6520c6b01c1..1ab43058b0e5d6477afb8f2e95208b9ab95b0512 100644 (file)
@@ -5,6 +5,7 @@
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  *
+       FIXME: priority of ! should be lower
  */
 
 CF_HDR
index c6d7e4f11cb27f357ecf1ddb83920a0f001b5635..6a4778b996a0896d1bd5ed50081d4f7ef4b54110 100644 (file)
@@ -579,8 +579,7 @@ interpret(struct f_inst *what)
          break;
        }
       }        
-      if (!t->data)
-       bug( "Impossible: no code associated!" );
+      /* It is actually possible to have t->data NULL */
       return interpret(t->data);
     }
     break;