From: Ana Rey <anarey@gmail.com>
To: netfilter-devel@vger.kernel.org
Cc: Ana Rey <anarey@gmail.com>
Subject: [PATCH 6/6] [nft] tests: Add bridge folder with test files.
Date: Thu, 31 Jul 2014 11:08:11 +0200 [thread overview]
Message-ID: <1406797691-1080-7-git-send-email-anarey@gmail.com> (raw)
In-Reply-To: <1406797691-1080-1-git-send-email-anarey@gmail.com>
"bridge" folder contains the test files that are executed in bridge tables.
These test files are executed with nft-tests.py
Signed-off-by: Ana Rey <anarey@gmail.com>
---
tests/bridge/chains.t | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 tests/bridge/chains.t
diff --git a/tests/bridge/chains.t b/tests/bridge/chains.t
new file mode 100644
index 0000000..2c534b5
--- /dev/null
+++ b/tests/bridge/chains.t
@@ -0,0 +1,8 @@
+*bridge;test-bridge
+
+# filter chains available are: input, output, forward
+:filter-input;type filter hook input priority 0
+:filter-forward;type filter hook forward priority 0
+:filter-output;type filter hook output priority 0
+
+-ether type 1;ok
--
2.0.0
prev parent reply other threads:[~2014-07-31 9:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-31 9:08 [PATCH 0/6] tests: Automated regression testing Ana Rey
2014-07-31 9:08 ` [PATCH 1/6] [nft] tests: Add " Ana Rey
2014-07-31 9:08 ` [PATCH 2/6] [nft] tests: Add ip6 folder with test files Ana Rey
2014-07-31 9:08 ` [PATCH 3/6] [nft] tests: Add inet " Ana Rey
2014-07-31 9:08 ` [PATCH 4/6] [nft] tests: Add any " Ana Rey
2014-07-31 9:08 ` [PATCH 5/6] [nft] tests: Add arp " Ana Rey
2014-07-31 9:08 ` Ana Rey [this message]
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=1406797691-1080-7-git-send-email-anarey@gmail.com \
--to=anarey@gmail.com \
--cc=netfilter-devel@vger.kernel.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).