mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Removed forgotten debug print.
This commit is contained in:
parent
d31428cd4b
commit
e0e4c2d80e
@ -558,7 +558,6 @@ prefix p;
|
|||||||
bt_assert(p !~ [ 10.0.0.0/8 ] );
|
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; }");
|
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 { 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 { next header false 42; }) = "flow6 { next header false 42; }");
|
||||||
bt_assert(format(flow6 { port 80; }) = "flow6 { port 80; }");
|
bt_assert(format(flow6 { port 80; }) = "flow6 { port 80; }");
|
||||||
|
Loading…
Reference in New Issue
Block a user