[PATCH nft 9/9] tests: files: Remove tests for verdict maps.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Remove test cases for verdict maps. As they are already there in
tests/shell file.

Signed-off-by: Varsha Rao <rvarsha016@xxxxxxxxx>
---
 tests/files/verdict-maps | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 tests/files/verdict-maps

diff --git a/tests/files/verdict-maps b/tests/files/verdict-maps
deleted file mode 100644
index c1630ce..0000000
--- a/tests/files/verdict-maps
+++ /dev/null
@@ -1,20 +0,0 @@
-#! nft -f
-#
-
-add table ip filter
-add chain ip filter input { type filter hook input priority 0; }
-
-add chain ip filter chain1
-add filter chain1 counter
-
-add chain ip filter chain2
-add filter chain2 counter
-
-add chain ip filter chain3
-add filter chain3 counter
-
-add filter input ip saddr vmap { \
-	10.0.0.0/24 : jump chain1, \
-	10.0.0.0/8  : jump chain2, \
-	8.8.8.8 : jump chain3 \
-}
-- 
2.13.6

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



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux