You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("neither iptables nor ip6tables usable")
}
If maybeGetIptables for both ipv4 and ipv6 returns nil, a generic error is returned that doesn't help the user diagnose the problem. If only one of them fails, it appears that a much more helpful error is generated.
plugins/plugins/meta/portmap/portmap.go
Lines 125 to 127 in b8a10bb
If
maybeGetIptables
for both ipv4 and ipv6 returns nil, a generic error is returned that doesn't help the user diagnose the problem. If only one of them fails, it appears that a much more helpful error is generated.plugins/plugins/meta/portmap/portmap.go
Lines 130 to 132 in b8a10bb
Should those more helpful errors also be generated for the double failure?
The text was updated successfully, but these errors were encountered: