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