> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/ip6tables-save.md).

# ip6tables-save

保存ip6tables表配置

## 补充说明

**ip6tables-save命令** 将Linux内核中ip6tables表导出到标准输出设备上。

### 语法

```
ip6tables-save(选项)
```

### 选项

```
-c：指定在保存iptables表时，保存当前的数据包计数器和字节计数器值；
-t：指定要保存的表的名称。
```
