netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Varsha Rao <rvarsha016@gmail.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Varsha Rao <rvarsha016@gmail.com>, netfilter-devel@vger.kernel.org
Subject: [PATCH nft 9/9] tests: files: Remove tests for verdict maps.
Date: Wed, 11 Oct 2017 10:31:49 +0530	[thread overview]
Message-ID: <f412bf2bc5b2a126b32aaa578d4ce9be09cf9990.1507696149.git.rvarsha016@gmail.com> (raw)
In-Reply-To: <cover.1507696149.git.rvarsha016@gmail.com>

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

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 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


  parent reply	other threads:[~2017-10-11  5:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-11  4:33 [PATCH nft 0/9] tests: Move tests from files to shell Varsha Rao
2017-10-11  4:37 ` [PATCH nft 1/9] tests: files: Remove jump chain tests Varsha Rao
2017-10-11  4:41 ` [PATCH nft 2/9] tests: shell: Add test case for jump chain Varsha Rao
2017-10-11  4:44 ` [PATCH nft 3/9] tests: shell: Add test case for sets Varsha Rao
2017-10-11  4:47 ` [PATCH nft 4/9] tests: files: Remove tests for set Varsha Rao
2017-10-11  4:51 ` [PATCH nft 5/9] tests: shell: Add tests for variable definition Varsha Rao
2017-10-11  4:53 ` [PATCH nft 6/9] tests: files: Remove test cases " Varsha Rao
2017-10-11  4:56 ` [PATCH nft 7/9] tests: files: Remove tests for chain Varsha Rao
2017-10-11  4:59 ` [PATCH nft 8/9] tests: files: Remove tests for table Varsha Rao
2017-10-11  5:01 ` Varsha Rao [this message]
2017-10-11  9:57 ` [PATCH nft 0/9] tests: Move tests from files to shell Pablo Neira Ayuso
2017-10-14 13:04   ` Varsha Rao
2017-10-17 11:08     ` Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f412bf2bc5b2a126b32aaa578d4ce9be09cf9990.1507696149.git.rvarsha016@gmail.com \
    --to=rvarsha016@gmail.com \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).