summaryrefslogtreecommitdiffstats
path: root/lib/ipset.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning message handlingJozsef Kadlecsik2018-10-221-13/+11
| | | | | Warning messages were not printed and handled properly, the patch fixes the issue.
* Library reworked to support embedding ipset completelyJozsef Kadlecsik2018-10-181-0/+1472
The ipset library is rewritten/extended to support embedding ipset, so that sets can fully be managed without calling the ipset binary. The ipset binary relies completely on the new library. The libipset.3 manpage was written about the library functions and usage. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>