git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ace95c
)
netfilter: ipset: Support to match elements marked with "nomatch"
author
Jozsef Kadlecsik
<kadlec@blackhole.kfki.hu>
Fri, 21 Sep 2012 20:02:36 +0000
(22:02 +0200)
committer
Jozsef Kadlecsik
<kadlec@blackhole.kfki.hu>
Sat, 22 Sep 2012 20:44:34 +0000
(22:44 +0200)
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 ...
...
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
No differences found