Remove firewall nat chain clearing, refers to #171

This commit is contained in:
Quentin McGaw
2020-06-16 12:20:33 +00:00
parent 082a5bdf51
commit 5a6cf0fe3a

View File

@@ -48,8 +48,6 @@ func (c *configurator) Clear(ctx context.Context) error {
return c.runIptablesInstructions(ctx, []string{
"--flush",
"--delete-chain",
"-t nat --flush",
"-t nat --delete-chain",
})
}