ipset: Initial commit
authorVladimir Sorokin <sorokin@altell.ru>
Tue, 20 Apr 2010 11:36:09 +0000 (15:36 +0400)
committerRoman I Khimov <khimov@altell.ru>
Wed, 9 Jun 2010 06:39:09 +0000 (10:39 +0400)
commite4d74a2f940ed1adb4c9afb100b5222bc32d208b
tree2e7e0e4033551049377350f7ac9ed1e509ed40ab
parent803bf45d6d590d0b2586b5b5187c59ea3746cf11
ipset: Initial commit

If you want to
 * store multiple IP addresses or port numbers and match against the collection
   by iptables at one swoop;
 * dynamically update iptables rules against IP addresses or ports without
   performance penalty;
 * express complex IP address and ports based rulesets with one single iptables
   rule and benefit from the speed of IP sets
then ipset may be the proper tool for you.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/ipset/files/Makefile.patch [new file with mode: 0644]
recipes/ipset/ipset.inc [new file with mode: 0644]
recipes/ipset/ipset_4.2.bb [new file with mode: 0644]