1IP6TABLES-RESTORE(8) IP6TABLES-RESTORE(8)
2
3
4
6 ip6tables-restore — Restore IPv6 Tables
7
9 ip6tables-restore [-c] [-n]
10
12 ip6tables-restore is used to restore IPv6 Tables from data specified on
13 STDIN. Use I/O redirection provided by your shell to read from a file
14
15 -c, --counters
16 restore the values of all packet and byte counters
17
18 -n, --noflush
19
20 don't flush the previous contents of the table. If not specified,
21 ip6tables-restore flushes (deletes) all previous contents of the
22 respective IPv6 Table.
23
25 None known as of iptables-1.2.1 release
26
28 Harald Welte <laforge@gnumonks.org>
29 Andras Kis-Szabo <kisza@sch.bme.hu>
30
32 ip6tables-save(8), ip6tables(8)
33
34 The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO,
35 which details NAT, and the netfilter-hacking-HOWTO which details the
36 internals.
37
38
39
40 Jan 30, 2002 IP6TABLES-RESTORE(8)