OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / iptables / draft / man8 / ip6tables-save.8
1 .TH IP6TABLES-SAVE 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 17:36:08 JST 2003
23 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
24 .\"
25 .\"O .SH NAME
26 .SH 名前
27 .\"O ip6tables-save \- Save IPv6 Tables
28 ip6tables-save \- IPv6 テーブルを保存する
29 .\"O .SH SYNOPSIS
30 .SH 書式
31 .BR "ip6tables-save " "[-c] [-t table]"
32 .br
33 .\"O .SH DESCRIPTION
34 .SH 説明
35 .PP
36 .\"O .B ip6tables-save
37 .\"O is used to dump the contents of an IPv6 Table in easily parseable format
38 .\"O to STDOUT. Use I/O-redirection provided by your shell to write to a file.
39 .B ip6tables-save
40 は IPv6 テーブルの内容を簡単に解析できる形式で
41 標準出力にダンプするために使われる。
42 ファイルに書き出すためには、
43 シェルで提供されている I/O リダイレクションを使うこと。
44 .TP
45 \fB\-c\fR, \fB\-\-counters\fR
46 .\"O include the current values of all packet and byte counters in the output
47 全てのパケットカウンタとバイトカウンタの現在の値を出力する。
48 .TP
49 \fB\-t\fR, \fB\-\-table\fR \fBtablename\fR
50 .\"O .TP
51 .\"O restrict output to only one table. If not specified, output includes all
52 .\"O available tables.
53 出力を 1 つのテーブルのみに制限する。
54 指定されない場合、得られた全てのテーブルを出力する。
55 .\"O .SH BUGS
56 .SH バグ
57 .\"O None known as of iptables-1.2.1 release
58 iptables-1.2.1 リリースでは知られていない。
59 .\"O .SH AUTHORS
60 .SH 著者
61 Harald Welte <laforge@gnumonks.org>
62 .br
63 Andras Kis-Szabo <kisza@sch.bme.hu>
64 .\"O .SH SEE ALSO
65 .SH 関連項目
66 .BR ip6tables-restore "(8), " ip6tables "(8) "
67 .PP
68 .\"O The iptables-HOWTO, which details more iptables usage, the NAT-HOWTO,
69 .\"O which details NAT, and the netfilter-hacking-HOWTO which details the
70 .\"O internals.
71 より多くの iptables の使用法について
72 詳細に説明している iptables-HOWTO。
73 NAT について詳細に説明している NAT-HOWTO。
74 内部構造について詳細に説明している netfilter-hacking-HOWTO。