Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: use ':' instead of '=>' in dictionaries | Pablo Neira Ayuso | 2014-01-16 | 1 | -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 changes | Tomasz Bursztyka | 2013-09-04 | 1 | -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 test | Patrick McHardy | 2012-12-08 | 1 | -0/+20 |
Signed-off-by: Patrick McHardy <kaber@ŧrash.net> |