summaryrefslogtreecommitdiffstats
path: root/iptables/iptables.8.in
Commit message (Collapse)AuthorAgeFilesLines
* doc: mention iptables-apply in the SEE ALSO sectionsJan Engelhardt2012-09-301-0/+1
| | | | | References: http://bugs.debian.org/660748 Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* doc: deduplicate extension descriptions into a new manpageJan Engelhardt2012-09-301-18/+4
| | | | | | | | | | iptables.8 and ip6tables.8 had pretty much the same content, with a few protocol-specific deviations here and there. Not only did that bloat the manpages, but it also made it harder to spot differences. Separate out the extension descriptions into a new manpage, which conveniently features differences next to one another (cf. REJECT). Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* doc: clarification on the meaning of -p 0Jan Engelhardt2011-12-181-3/+7
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* doc: the -m option cannot be invertedJan Engelhardt2011-07-041-3/+0
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* doc: mention multiple verbosity flagsJan Engelhardt2011-06-301-1/+2
| | | | | | | | "-vv" can be used to further increase the verbosity level. Document this. References: http://bugs.debian.org/616037 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* src: move all iptables pieces into a separate directoryJan Engelhardt2011-06-071-0/+449
(Unclutter top-level dir) Signed-off-by: Jan Engelhardt <jengelh@medozas.de>