From 2fe4d077efd9e4801f03848b3ae0aa9925079ac1 Mon Sep 17 00:00:00 2001 From: Alvaro Neira Date: Tue, 21 Oct 2014 16:15:46 +0200 Subject: test: update and add the reject tests for ip, ip6, bridge and inet. Signed-off-by: Alvaro Neira Ayuso Signed-off-by: Pablo Neira Ayuso --- tests/regression/ip6/reject.t | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tests/regression/ip6/reject.t') diff --git a/tests/regression/ip6/reject.t b/tests/regression/ip6/reject.t index b49c50be..60dec90e 100644 --- a/tests/regression/ip6/reject.t +++ b/tests/regression/ip6/reject.t @@ -1,5 +1,12 @@ *ip6;test-ip6 -*inet;test-inet :output;type filter hook output priority 0 reject;ok +reject with icmpv6 type no-route;ok +reject with icmpv6 type admin-prohibited;ok +reject with icmpv6 type addr-unreachable;ok +reject with icmpv6 type port-unreachable;ok;reject +reject with tcp reset;ok;ip6 nexthdr 6 reject with tcp reset + +reject with icmpv6 type host-unreachable;fail +reject with icmp type host-unreachable;fail -- cgit v1.2.3