We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cf72fb + b209ddf commit 395c889Copy full SHA for 395c889
ebtables/end.go
@@ -308,7 +308,7 @@ func (ebtables *EBTables) DeleteChain() error {
308
309
for _, table := range tables {
310
newebtables.Table(table)
311
- command := newDeleteChain(newebtables.statement.chain)
+ command := newDeleteChain(newebtables.statement.chain.String())
312
newebtables.statement.command = command
313
if newebtables.dr {
314
newebtables.dryrun()
0 commit comments