summaryrefslogtreecommitdiffstats
path: root/iptables/ip6tables-save.c
Commit message (Collapse)AuthorAgeFilesLines
* src: resolve old macro names that are indirectionsJan Engelhardt2011-09-111-2/+2
| | | | | | | | | | | Command used: git grep -f <(pcregrep -hior '(?<=#define\s)IP6?(T_\w+)(?=\s+X\1)' include/) and then fix all occurrences. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libiptc: combine common types: _handleJan Engelhardt2011-09-111-1/+1
| | | | | | | No real API/ABI change incurred, since the definition of the structs' types is not visible anyhow. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* iptables-save: remove binary dumping dead codeJan Engelhardt2011-09-111-46/+34
| | | | | | Was never implemented, kill it. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* src: remove unused IPTABLES_MULTI defineJan Engelhardt2011-08-261-4/+0
| | | | | | This dead code has been lingering around since commit v1.4.5~7. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* src: move all iptables pieces into a separate directoryJan Engelhardt2011-06-071-0/+185
(Unclutter top-level dir) Signed-off-by: Jan Engelhardt <jengelh@medozas.de>