mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
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