summaryrefslogtreecommitdiffstats
path: root/lib/PROTOCOL
Commit message (Collapse)AuthorAgeFilesLines
* Remove command MODIFYJozsef Kadlecsik2010-12-071-1/+1
| | | | | Modifying a set can be performed by save/modify/restore/swap, without adding kernel part support.
* The protocol extended with the command MODIFY.Jozsef Kadlecsik2010-11-051-1/+3
| | | | The command is not used yet, but better to reserve it already.
* ipset 5 in an almost ready state - milestonev5.0-pre1Jozsef Kadlecsik2010-06-151-1/+5
| | | | | | | | | | | | Reworked protocol and internal interfaces, missing set types added, backward compatibility verified, lots of tests added (and thanks to the tests, bugs fixed), even the manpage is rewritten ;-). Countless changes everywhere... The missing bits before announcing ipset 5: - net namespace support - new iptables/ip6tables extension library - iptables/ip6tables match and target tests (backward/forward compatibility) - tests on catching syntax errors
* Fourth stage to ipset-5Jozsef Kadlecsik2010-04-221-0/+84
Add new userspace files: include/, lib/ and plus new files in src/.