0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-31 14:11:54 +00:00

Removed forgotten debug print.

This commit is contained in:
Jan Maria Matejka 2018-04-17 16:03:51 +02:00
parent d31428cd4b
commit e0e4c2d80e

View 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; }");