          MODULE=ipset
         VERSION=7.24
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=http://ipset.netfilter.org/
       SOURCE_VFY=sha256:fbe3424dff222c1cb5e5c34d38b64524b2217ce80226c14fdcbb13b29ea36112
        WEB_SITE=http://ipset.netfilter.org
         ENTERED=20150627
         UPDATED=20250519
           SHORT="Administration tool for IP sets"

cat << EOF
IP sets are a framework inside the Linux kernel, which can be administered by
the ipset utility. Depending on the type, an IP set may store IP addresses,
networks, (TCP/UDP) port numbers, MAC addresses, interface names or combinations
of them in a way, which ensures lightning speed when matching an entry against
a set.
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.
EOF
