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 02577b6 + 6e90c8c commit 9319806Copy full SHA for 9319806
1 file changed
pkg/network/pasta/pasta.go
@@ -53,7 +53,7 @@ func DetectFeatures(binary string) (*Features, error) {
53
func NewParentDriver(logWriter io.Writer, binary string, mtu int, ipnet *net.IPNet, ifname string,
54
disableHostLoopback, enableIPv6, implicitPortForwarding bool) (network.ParentDriver, error) {
55
if binary == "" {
56
- return nil, errors.New("got empty slirp4netns binary")
+ return nil, errors.New("got empty pasta binary")
57
}
58
if mtu < 0 {
59
return nil, errors.New("got negative mtu")
0 commit comments