mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fixes error message.
This commit is contained in:
parent
9ae90d2149
commit
a84e49aaab
@ -214,7 +214,7 @@ func CleanupLeftovers(ipt iptables.Interface) (encounteredError bool) {
|
|||||||
encounteredError = true
|
encounteredError = true
|
||||||
} else {
|
} else {
|
||||||
if err = ipt.DeleteChain(iptables.TableNAT, c); err != nil {
|
if err = ipt.DeleteChain(iptables.TableNAT, c); err != nil {
|
||||||
glog.Errorf("Error flushing userspace chain: %v", err)
|
glog.Errorf("Error deleting userspace chain: %v", err)
|
||||||
encounteredError = true
|
encounteredError = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user