NAME
iptables-restore - 恢复 IP Tables
总览 SYNOPSIS
iptables-restore [-c] [-n]
描述 DESCRIPTION
iptables-restore 用来从 STDIN 给出的数据中恢复 IP Tables。使用 shell 的 I/O 重定向功能来从文件中获取数据
- -c, --counters
- 恢复所有报文和字节计数的值
- -n, --noflush
- 不刷新表中从前的内容。如果没有指定,
- iptables-restore 会刷新 (删除) 相应 IP Tables 中所有从前的内容
BUGS
无
作者 AUTHOR
Harald Welte <laforge@gnumonks.org>
参见 SEE ALSO
iptables-save(8), iptables(8)
#p#
NAME
iptables-restore - Restore IP Tables
SYNOPSIS
iptables-restore [-c] [-n]
DESCRIPTION
iptables-restore is used to restore IP Tables from data specified on STDIN. Use I/O redirection provided by your shell to read from a file
- -c, --counters
- restore the values of all packet and byte counters
- -n, --noflush
- don't flush the previous contents of the table. If not specified,
- iptables-restore flushes (deletes) all previous contents of the respective IP Table.
BUGS
None known as of iptables-1.2.1 release
AUTHOR
Harald Welte <laforge@gnumonks.org>
SEE ALSO
iptables-save(8), iptables(8)