Add tests to test if legacy chains/rules can be cleaned up
This commit is contained in:
@@ -82,6 +82,7 @@ type Table string
|
||||
const (
|
||||
TableNAT Table = "nat"
|
||||
TableFilter Table = "filter"
|
||||
TableMangle Table = "mangle"
|
||||
)
|
||||
|
||||
type Chain string
|
||||
|
Reference in New Issue
Block a user