OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/iptables.git] / draft / man8 / ip6tables-restore.8
1 .TH IP6TABLES-RESTORE 8 "Jan 30, 2002" "" ""
2 .\"
3 .\" Man page written by Harald Welte <laforge@gnumonks.org>
4 .\" It is based on the iptables man page.
5 .\"
6 .\"     This program is free software; you can redistribute it and/or modify
7 .\"     it under the terms of the GNU General Public License as published by
8 .\"     the Free Software Foundation; either version 2 of the License, or
9 .\"     (at your option) any later version.
10 .\"
11 .\"     This program is distributed in the hope that it will be useful,
12 .\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
13 .\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 .\"     GNU General Public License for more details.
15 .\"
16 .\"     You should have received a copy of the GNU General Public License
17 .\"     along with this program; if not, write to the Free Software
18 .\"     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 .\"
20 .\" Japanese Version Copyright (c) 2003 Yuichi SATO
21 .\"         all rights reserved.
22 .\" Translated Thu May  1 16:13:34 JST 2003
23 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
24 .\"
25 .\"O .SH NAME
26 .SH 名前
27 .\"O ip6tables-restore \- Restore IPv6 Tables
28 ip6tables-restore \- IPv6 テーブルを復元する
29 .\"O .SH SYNOPSIS
30 .SH 書式
31 .BR "ip6tables-restore " "[-c] [-n]"
32 .br
33 .\"O .SH DESCRIPTION
34 .SH 説明
35 .PP
36 .\"O .B ip6tables-restore
37 .\"O is used to restore IPv6 Tables from data specified on STDIN. Use 
38 .\"O I/O redirection provided by your shell to read from a file
39 .B ip6tables-restore
40 は標準入力で指定されたデータから IPv6 テーブルを復元するために使われる。
41 ファイルから読み込むためには、
42 シェルで提供されている I/O リダイレクションを使うこと。
43 .TP
44 \fB\-c\fR, \fB\-\-counters\fR
45 .\"O restore the values of all packet and byte counters
46 全てのパケットカウンタとバイトカウンタの値を復元する。
47 .TP
48 \fB\-n\fR, \fB\-\-noflush\fR 
49 .\"O .TP
50 .\"O don't flush the previous contents of the table. If not specified, 
51 .\"O .B ip6tables-restore
52 .\"O flushes (deletes) all previous contents of the respective IPv6 Table.
53 これまでのテーブルの内容をフラッシュしない。
54 指定されない場合、
55 .B ip6tables-restore
56 は、これまでの各 IPv6 テーブルの内容を全てフラッシュ (削除) する。
57 .\"O .SH BUGS
58 .SH バグ
59 .\"O None known as of iptables-1.2.1 release
60 iptables-1.2.1 リリースでは知られていない。
61 .\"O .SH AUTHORS
62 .SH 著者
63 Harald Welte <laforge@gnumonks.org>
64 .br
65 Andras Kis-Szabo <kisza@sch.bme.hu>
66 .\"O .SH SEE ALSO
67 .SH 関連項目
68 .BR ip6tables-save "(8), " ip6tables "(8) "
69 .PP
70 .\"O The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO,
71 .\"O which details NAT, and the netfilter-hacking-HOWTO which details the
72 .\"O internals.
73 より多くの iptables の使用法について
74 詳細に説明している iptables-HOWTO。
75 NAT について詳細に説明している NAT-HOWTO。
76 内部構造について詳細に説明している netfilter-hacking-HOWTO。