From 8d9e663e64be13edc6192e8b2d756c391709d4ca Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 15 Mar 2017 14:21:56 +0100 Subject: tests: add insert-failure test It should not be possible to add a ip6 restricted helper to ip family. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- tests/py/ip/objects.t | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/py/ip') diff --git a/tests/py/ip/objects.t b/tests/py/ip/objects.t index ec8e8fd9..742ec6af 100644 --- a/tests/py/ip/objects.t +++ b/tests/py/ip/objects.t @@ -6,6 +6,7 @@ %cnt2 type counter;ok %qt1 type quota 25 mbytes;ok %qt2 type quota over 1 kbytes;ok +%cthelp2 type ct helper { type \"ftp\" protocol tcp\; l3proto ip6\; };fail ip saddr 192.168.1.3 counter name "cnt2";ok ip saddr 192.168.1.3 counter name "cnt3";fail -- cgit v1.2.3