summaryrefslogtreecommitdiffstats
path: root/lib/ipset.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the ipset tool to handle multiple protocol versionsJozsef Kadlecsik2018-10-221-0/+4
| | | | | From now on the "version" command asks the kernel protocol version too and reports if the userspace - kernel protocols do not match.
* 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>