]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed forgotten debug print.
authorJan Maria Matejka <mq@ucw.cz>
Tue, 17 Apr 2018 14:03:51 +0000 (16:03 +0200)
committerJan Maria Matejka <mq@ucw.cz>
Tue, 17 Apr 2018 14:03:51 +0000 (16:03 +0200)
filter/test.conf

index 17926b69f54563b371e4d07087b0354348238e3e..989dab14b4dcafb4b3284688ed3331b693ebf8d1 100644 (file)
@@ -558,7 +558,6 @@ prefix p;
        bt_assert(p !~ [ 10.0.0.0/8 ] );
 
        bt_assert(format(flow4 { dst 10.0.0.0/8; proto = 23; }) = "flow4 { dst 10.0.0.0/8; proto 23; }");
-       print(flow4 { dst 10.0.0.0/8; proto = 23; });
        bt_assert(format(flow6 { dst ::1/128; src ::2/127; }) = "flow6 { dst ::1/128; src ::2/127; }");
        bt_assert(format(flow6 { next header false 42; }) = "flow6 { next header false 42; }");
        bt_assert(format(flow6 { port 80; }) = "flow6 { port 80; }");