summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_string.t
Commit message (Collapse)AuthorAgeFilesLines
* extensions: string: Fix and enable testsPhil Sutter2022-06-111-14/+7
| | | | | | | | | | Some minor fixes were necessary: * --algo is printed after the pattern * Second long string test must fail, that string is 129 chars long * --from 0 and --to 65535 are not printed (default values) Signed-off-by: Phil Sutter <phil@nwl.cc>
* extensions: libxt_string: add unit testPablo Neira Ayuso2013-10-071-0/+18
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>