• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.buzzy/H18-Jan-2017-

docs/H03-May-2022-

examples/H03-May-2022-

include/ipset/H03-May-2022-

python/H18-Jan-2017-

share/H03-May-2022-

src/H03-May-2022-

tests/H03-May-2022-

.gitignoreH A D18-Jan-2017106

.travis.ymlH A D18-Jan-2017479

INSTALLH A D18-Jan-2017800

Makefile.amH A D03-May-2022862

README.markdownH A D18-Jan-2017514

run.shH A D18-Jan-2017976

version.shH A D18-Jan-20171.1 KiB

README.markdown

1# ipset
2
3[![Build Status](https://img.shields.io/travis/redjack/ipset/develop.svg)](https://travis-ci.org/redjack/ipset)
4
5The ipset library provides C data types for storing sets of IP
6addresses, and maps of IP addresses to integers.  It supports both
7IPv4 and IPv6 addresses.  It's implemented using [Binary Decision
8Diagrams](http://en.wikipedia.org/wiki/Binary_decision_diagram)
9(BDDs), which (we hypothesize) makes it space efficient for large
10sets.
11
12Please see the INSTALL file for installation instructions.
13