summaryrefslogtreecommitdiffstats
path: root/iptables-save.8
Commit message (Collapse)AuthorAgeFilesLines
* iptables-save: minor corrections to the manpage markupJan Engelhardt2009-03-241-5/+4
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* iptables-save: module loading correctionsJan Engelhardt2009-03-191-1/+5
| | | | | | | | | | | | | | | | | | | 1. Ignore the absence of /proc/net/ip_tables_names, which happens when x_tables.ko is not loaded. This is equivalent to having x_tables.ko, but no tabe modules, loaded. As such, success should be returned. 2. Load table when explicitly requested by the -t option. Users might expect "*foo" etc. to be output when `iptables-save -t foo` is executed. So do autoload x_tables.ko and the table in this case. *. Do this for both iptables-save and ip6tables-save, and adjust the manpages for the new -M (modprobe program location) option that is introduced. Based upon a patch by Soren Hansen. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* fix numerous typos in manpages (fabrice)Fabrice MARIE2002-06-141-1/+1
|
* fixing a lot of bugs / cleaning upHarald Welte2001-03-151-12/+1
| | | | | - no more dependency problems with user-defined chains - cleanup of the old strtok problem ( no more goto)
* o serveral changes / additions to libiptc:Harald Welte2001-01-051-0/+2
| | | | | | | | | - iptc_set_policy has additional argument 'counters' to be consistent with iptc_get_policy - added functions for counter manipulation (iptc_read_counter, iptc_zero_counter, iptc_set_counter) o iptables-save and iptables-restore manpage clearifications o iptables-restore counter restoring for chain counters
* Added iptbles-restore and iptables-save manpagesHarald Welte2001-01-051-0/+57