Add tests to test if legacy chains/rules can be cleaned up

This commit is contained in:
Chun Chen
2017-11-09 15:03:56 +08:00
parent 5d23dd82ab
commit c6375c20b7
7 changed files with 240 additions and 6 deletions

View File

@@ -82,6 +82,7 @@ type Table string
const (
TableNAT Table = "nat"
TableFilter Table = "filter"
TableMangle Table = "mangle"
)
type Chain string