We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86d159c + 8565f0b commit 026aabaCopy full SHA for 026aaba
1 file changed
drivers/bridge/setup_device.go
@@ -63,7 +63,7 @@ func setupDefaultSysctl(config *networkConfiguration, i *bridgeInterface) error
63
return nil
64
}
65
if err := ioutil.WriteFile(sysPath, []byte{'0', '\n'}, 0644); err != nil {
66
- return fmt.Errorf("libnetwork: Unable to disable IPv6 router advertisement: %v", err)
+ logrus.WithError(err).Warn("unable to disable IPv6 router advertisement")
67
68
69
0 commit comments