summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_dccp.t
Commit message (Collapse)AuthorAgeFilesLines
* libxtables: Reject negative port rangesPhil Sutter2024-02-021-2/+2
| | | | | | | Analogous to XTTYPE_UINT*RC value parsing, assert consecutive port values are not lower than previous ones. Signed-off-by: Phil Sutter <phil@nwl.cc>
* extensions: *.t/*.txlate: Test range corner-casesPhil Sutter2024-02-021-0/+10
| | | | | | | | | | | 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_dccp: add unit testPablo Neira Ayuso2013-10-071-0/+30
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>