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 854aff3 + 29f2842 commit 6ec8e45Copy full SHA for 6ec8e45
drivers/windows/windows_store.go
@@ -261,7 +261,7 @@ func (ep *hnsEndpoint) UnmarshalJSON(b []byte) error {
261
}
262
if v, ok := epMap["Addr"]; ok {
263
if ep.addr, err = types.ParseCIDR(v.(string)); err != nil {
264
- return types.InternalErrorf("failed to decode endpoint IPv4 address (%s) after json unmarshal: %v", v.(string), err)
+ logrus.Warnf("failed to decode endpoint IPv4 address (%s) after json unmarshal: %v", v.(string), err)
265
266
267
if v, ok := epMap["gateway"]; ok {
0 commit comments