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 aec9f9bc9a add license headers 10 years ago
..
bdd add libipset 10 years ago
include/ipset add libipset 10 years ago
map add libipset 10 years ago
set add libipset 10 years ago
LICENSE.txt add licenses for libipset and libcork 10 years ago
Makefile.am fix a typo 10 years ago
Makefile.in bump version 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.