summaryrefslogtreecommitdiffstats
path: root/tests/loop-detect.4
Commit message (Collapse)AuthorAgeFilesLines
* src: use ':' instead of '=>' in dictionariesPablo Neira Ayuso2014-01-161-1/+1
| | | | | | | | | | | | | 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: add loop detection testsPatrick McHardy2012-12-101-0/+7
Signed-off-by: Patrick McHardy <kaber@trash.net>