This patch removes test cases for ipv6 family. As they are already present in tests/shell file. Signed-off-by: Varsha Rao <rvarsha016@xxxxxxxxx> --- tests/files/family-ipv6 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/files/family-ipv6 diff --git a/tests/files/family-ipv6 b/tests/files/family-ipv6 deleted file mode 100644 index cfc740c..0000000 --- a/tests/files/family-ipv6 +++ /dev/null @@ -1,13 +0,0 @@ -#! nft -f - -add table ip6 filter -add chain ip6 filter output { type filter hook output priority 0 ; } - -# IP address -add rule ip6 filter output ip6 daddr 2001:6f8:974::1 counter - -# Next protocol -add rule ip6 filter output ip6 nexthdr tcp - -# TCP ports -add rule ip6 filter output tcp dport 22 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