1IP6TABLES-SAVE(8) IP6TABLES-SAVE(8)
2
3
4
6 ip6tables-save — dump iptables rules to stdout
7
9 ip6tables-save [-M modprobe] [-c] [-t table
10
12 ip6tables-save is used to dump the contents of an IPv6 Table in easily
13 parseable format to STDOUT. Use I/O-redirection provided by your shell
14 to write to a file.
15
16 -M modprobe_program
17 Specify the path to the modprobe program. By default, iptables-
18 save will inspect /proc/sys/kernel/modprobe to determine the
19 executable's path.
20
21 -c, --counters
22 include the current values of all packet and byte counters in
23 the output
24
25 -t, --table tablename
26 restrict output to only one table. If not specified, output
27 includes all available tables.
28
30 None known as of iptables-1.2.1 release
31
33 Harald Welte <laforge@gnumonks.org>
34 Andras Kis-Szabo <kisza@sch.bme.hu>
35
37 ip6tables-restore(8), ip6tables(8)
38
39 The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO,
40 which details NAT, and the netfilter-hacking-HOWTO which details the
41 internals.
42
43
44
45 Jan 30, 2002 IP6TABLES-SAVE(8)