summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/icmp.t
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-03-10 12:14:23 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-03-10 12:15:08 +0100
commit3d3aa45033167b300ec81ab4ae7c2819ecac6ab5 (patch)
tree0c2de279d08175924da16c1dba64e41234d5efa3 /tests/py/ip/icmp.t
parent039f818fc88010221cd7cf2e3c93d5bbc0db2b00 (diff)
tests/py: add tests for router-advertisement and router-solicitation icmp types
Introduced by 039f818fc88010 ("proto: Add router advertisement and solicitation icmp types"). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/ip/icmp.t')
-rw-r--r--tests/py/ip/icmp.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/py/ip/icmp.t b/tests/py/ip/icmp.t
index 02027b0a..a6a4261c 100644
--- a/tests/py/ip/icmp.t
+++ b/tests/py/ip/icmp.t
@@ -17,7 +17,9 @@ icmp type info-request accept;ok
icmp type info-reply accept;ok
icmp type address-mask-request accept;ok
icmp type address-mask-reply accept;ok
-icmp type {echo-reply, destination-unreachable, source-quench, redirect, echo-request, time-exceeded, parameter-problem, timestamp-request, timestamp-reply, info-request, info-reply, address-mask-request, address-mask-reply} accept;ok
+icmp type router-advertisement accept;ok
+icmp type router-solicitation accept;ok
+icmp type {echo-reply, destination-unreachable, source-quench, redirect, echo-request, time-exceeded, parameter-problem, timestamp-request, timestamp-reply, info-request, info-reply, address-mask-request, address-mask-reply, router-advertisement, router-solicitation} accept;ok
- icmp type != {echo-reply, destination-unreachable, source-quench};ok
# BUG: icmp type != {echo-reply, destination-unreachable, source-quench}
# BUG: invalid expression type set