summaryrefslogtreecommitdiffstats
path: root/lib/ipset_hash_ipportnet.c
Commit message (Collapse)AuthorAgeFilesLines
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-131-0/+105
| | | | | | | | | | | | The "nomatch" keyword and option is added to the hash:*net* types, by which one can add exception entries to sets. Example: ipset create test hash:net ipset add test 192.168.0/24 ipset add test 192.168.0/30 nomatch In this case the IP addresses from 192.168.0/24 except 192.168.0/30 match the elements of the set.
* Set types moved into libipset libraryJozsef Kadlecsik2012-01-051-0/+254
The libipset library is complete by this step, and "ipset" just a CLI interface based on the lib.