diff options
Diffstat (limited to 'tests/py/inet/fib.t')
-rw-r--r-- | tests/py/inet/fib.t | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/py/inet/fib.t b/tests/py/inet/fib.t index dbe45d95..f9c03b3a 100644 --- a/tests/py/inet/fib.t +++ b/tests/py/inet/fib.t @@ -13,5 +13,7 @@ fib daddr . iif type local;ok fib daddr . iif type vmap { blackhole : drop, prohibit : drop, unicast : accept };ok fib daddr . oif type local;fail -fib daddr oif exists;ok -fib daddr oif missing;ok +fib daddr check missing;ok +fib daddr oif exists;ok;fib daddr check exists + +fib daddr check vmap { missing : drop, exists : accept };ok |