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.
 
 
 
 
 
 
Max Lv a8df0e4ec2 Merge pull request #158 from hdid/patch-1 10 years ago
..
bdd refine buffer handling 10 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 fix travis 10 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.