This patch removes test case for set. As new test case is added to tests/shell file. Signed-off-by: Varsha Rao <rvarsha016@xxxxxxxxx> --- tests/files/set | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/files/set diff --git a/tests/files/set b/tests/files/set deleted file mode 100644 index 3c040b0..0000000 --- a/tests/files/set +++ /dev/null @@ -1,14 +0,0 @@ -#! nft -f - -add table filter -add chain filter output { type filter hook output priority 0 ; } - -# set: IP addresses -add rule filter output ip daddr { \ - 192.168.0.1, \ - 192.168.0.2, \ - 192.168.0.3, \ -} - -# set: tcp ports -add rule filter output tcp dport { 22, 23 } counter -- 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