summaryrefslogtreecommitdiffstats
path: root/tests/verdict-maps
Commit message (Collapse)AuthorAgeFilesLines
* src: use ':' instead of '=>' in dictionariesPablo Neira Ayuso2014-01-161-3/+3
| | | | | | | | | | | | | Replace => by : to make it easier for most shell users, as > implies a redirection, let's avoid possible confusion that may result if you forget to escape it. This works fine if you don't forget to add space between the key and the value. If you forget to add the space, depending on the case, the scanner may recognize it correctly or process it as a string. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* tests: Update bate chain creation according to latest syntax changesTomasz Bursztyka2013-09-041-1/+1
| | | | | | | Adding type, plain hook's name and priority keyword. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* tests: add verdict map testPatrick McHardy2012-12-081-0/+20
Signed-off-by: Patrick McHardy <kaber@ŧrash.net>