]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: Add bridge folder with test files.
authorAna Rey <anarey@gmail.com>
Thu, 18 Sep 2014 10:39:20 +0000 (12:39 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 18 Sep 2014 10:52:44 +0000 (12:52 +0200)
"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>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/regression/bridge/chains.t [new file with mode: 0644]

diff --git a/tests/regression/bridge/chains.t b/tests/regression/bridge/chains.t
new file mode 100644 (file)
index 0000000..3fb1c89
--- /dev/null
@@ -0,0 +1,7 @@
+*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