summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_connbytes.t
Commit message (Collapse)AuthorAgeFilesLines
* extensions: *.t/*.txlate: Test range corner-casesPhil Sutter2024-02-021-0/+6
| | | | | | | | | | | For every extension option accepting a range, test open and half-open as well as single element and invalid (negative) ranges. The added tests merely reflect the status quo, not the expected outcome. Following patches will fix results and the already existing test cases highlight the fixes' effects. Signed-off-by: Phil Sutter <phil@nwl.cc>
* extensions: libxt_connbytes: add unit testPablo Neira Ayuso2013-10-071-0/+21
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>