summaryrefslogtreecommitdiffstats
path: root/tests/files/payload-ll
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-11-13 22:45:51 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2017-11-16 15:14:58 +0100
commitec6c89abda09c5d54e60dac2673308fad5873541 (patch)
treefd98ff467302e9a6a410e962a55a423b3b436d42 /tests/files/payload-ll
parent5a6b8c83f15a81777d5e952ffbfb954d06c27228 (diff)
src: tests: files: Remove test files.
This patch removes all the test cases from tests/files. As they are already present in other test files. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/files/payload-ll')
-rw-r--r--tests/files/payload-ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/files/payload-ll b/tests/files/payload-ll
deleted file mode 100644
index 7f5660b1..00000000
--- a/tests/files/payload-ll
+++ /dev/null
@@ -1,15 +0,0 @@
-#! nft -f
-
-add table ip filter
-add chain ip filter input { type filter hook input priority 0; }
-
-# mac source
-add rule ip filter input @ll,48,48 00:15:e9:f0:10:f8 counter
-
-# mac dest
-add rule ip filter input @ll,0,48 00:1b:21:02:6f:ad counter
-
-# mac source and mac dest
-add rule ip filter input @ll,0,48 00:1b:21:02:6f:ad \
- @ll,48,48 00:15:e9:f0:10:f8 \
- counter