Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-29 | conntrack: add zone direction support | Daniel Borkmann | |
This patch adds support for zone directions. Since all options have the orig/reply as a prefix, I named it --orig-zone and --reply-zone to stay consistent with the rest of the cmdline options. As for the option chars, there was no unallocated reasonable combination, thus only long options are officially exposed in the help, similarly as in other cases. Test suite results, after patch: OK: 79 BAD: 0 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2015-06-26 | tests: conntrack: don't overwrite read-only shell variable | Pablo Neira Ayuso | |
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2012-05-26 | tests: conntrack: add run-test.sh script | Pablo Neira Ayuso | |
For automated testing of the conntrack utility. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2012-05-26 | move qa directory to tests/conntrack/ | Pablo Neira Ayuso | |
All automated testing for the conntrack-tools will now reside under the test directory. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |