summaryrefslogtreecommitdiffstats
path: root/tests/match_flags.t
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Make sure it can be run over ssh :-)Jozsef Kadlecsik2017-09-231-10/+10
|
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-211-0/+49
Exceptions can now be matched and we can branch according to the possible cases: a. match in the set if the element is not flagged as "nomatch" b. match in the set if the element is flagged with "nomatch" c. no match i.e. iptables ... -m set --match-set ... -j ... iptables ... -m set --match-set ... --nomatch-entries -j ... ...