Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: use ':' instead of '=>' in dictionaries | Pablo Neira Ayuso | 2014-01-16 | 1 | -15/+15 |
| | | | | | | | | | | | | | 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: dictionary: update examples to use the current syntax | Pablo Neira Ayuso | 2013-04-20 | 1 | -12/+12 |
| | | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||||
* | tests: fix test, commands now comes before the family and table name | Pablo Neira Ayuso | 2012-08-06 | 1 | -13/+13 |
| | | | | | | | Most tests still don't work though. They still need another fix. Reported-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||||
* | Initial commitv0.01-alpha1 | Patrick McHardy | 2009-03-18 | 1 | -0/+52 |