summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_NOTRACK.t
Commit message (Collapse)AuthorAgeFilesLines
* nft-shared: skip check for jumpto if cs->target is unsetPablo Neira Ayuso2020-04-151-2/+1
| | | | | | | | | The command_jump() function leaves cs->target unset if the target is not found. Let's check if the jumpto string mismatches only in this case. https://bugzilla.netfilter.org/show_bug.cgi?id=1422 Tested-by: Etienne Champetier <etienne.champetier@anevia.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* extensions: libxt_NOTRACK: add unit testPablo Neira Ayuso2013-10-071-0/+4
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>