You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Syrone Wong 58264c77fc Polish code 8 years ago
..
bdd Polish code 8 years ago
include/ipset add libipset 10 years ago
map refine buffer handling 10 years ago
set refine buffer handling 10 years ago
LICENSE.txt add licenses for libipset and libcork 10 years ago
Makefile.am fix #80 10 years ago
Makefile.in Update ax_pthread 8 years ago
README.markdown add licenses for libipset and libcork 10 years ago
general.c add libipset 10 years ago

README.markdown

ipset

The ipset library provides C data types for storing sets of IP addresses, and maps of IP addresses to integers. It supports both IPv4 and IPv6 addresses. It's implemented using Binary Decision Diagrams (BDDs), which (we hypothesize) makes it space efficient for large sets.

Please see the INSTALL file for installation instructions.