You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
437 B

7 years ago
ip6tables-save
===
保存ip6tables表配置
## 补充说明
**ip6tables-save命令** 将Linux内核中ip6tables表导出到标准输出设备上。
### 语法
```
ip6tables-save(选项)
```
### 选项
```
-c指定在保存iptables表时保存当前的数据包计数器和字节计数器值
-t指定要保存的表的名称。
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->