diff mbox

ip6: Add tests for icmpv6 packet types

Message ID 20160118191448.GA10814@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Shivani Bhardwaj Jan. 18, 2016, 7:14 p.m. UTC
Add tests for the icmpv6 packet types policy-fail and reject-route to be
used with REJECT target.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
---
 tests/regression/ip6/reject.t             | 2 ++
 tests/regression/ip6/reject.t.payload.ip6 | 8 ++++++++
 2 files changed, 10 insertions(+)

Comments

Pablo Neira Ayuso Jan. 20, 2016, 1:54 p.m. UTC | #1
On Tue, Jan 19, 2016 at 12:44:48AM +0530, Shivani Bhardwaj wrote:
> Add tests for the icmpv6 packet types policy-fail and reject-route to be
> used with REJECT target.

Applied, thanks Shivani.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/regression/ip6/reject.t b/tests/regression/ip6/reject.t
index 60dec90..925c976 100644
--- a/tests/regression/ip6/reject.t
+++ b/tests/regression/ip6/reject.t
@@ -6,6 +6,8 @@  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 icmpv6 type policy-fail;ok
+reject with icmpv6 type reject-route;ok
 reject with tcp reset;ok;ip6 nexthdr 6 reject with tcp reset
 
 reject with icmpv6 type host-unreachable;fail
diff --git a/tests/regression/ip6/reject.t.payload.ip6 b/tests/regression/ip6/reject.t.payload.ip6
index aa0b9ff..fcae382 100644
--- a/tests/regression/ip6/reject.t.payload.ip6
+++ b/tests/regression/ip6/reject.t.payload.ip6
@@ -18,6 +18,14 @@  ip6 test-ip6 output
 ip6 test-ip6 output
   [ reject type 0 code 4 ]
 
+# reject with icmpv6 type policy-fail
+ip6 test-ip6 output
+  [ reject type 0 code 5 ]
+
+# reject with icmpv6 type reject-route
+ip6 test-ip6 output
+  [ reject type 0 code 6 ]
+
 # reject with tcp reset
 ip6 test-ip6 output
   [ payload load 1b @ network header + 6 => reg 1 ]