summaryrefslogtreecommitdiffstats
path: root/src/ipset_hash_netiface.c
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-7/+7
|
* hash:net,iface type introducedJozsef Kadlecsik2011-05-301-0/+120
The hash:net,iface type makes possible to store network address and interface name pairs in a set. It's mostly suitable for egress and ingress filtering. Examples: # ipset create test hash:net,iface # ipset add test 192.168.0.0/16,eth0 # ipset add test 192.168.0.0/24,eth1