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.
1 parent 3089651 commit 15a1182Copy full SHA for 15a1182
npm/pkg/dataplane/dataplane_windows.go
@@ -71,7 +71,7 @@ func (dp *DataPlane) initializeDataPlane() error {
71
filterMapAttached := map[string]uint16{"State": hcnEndpointStateAttached}
72
filterAttached, err := json.Marshal(filterMapAttached)
73
if err != nil {
74
- return errors.Wrap(err, "failed to marshal endpoint filter map for attched state on L1VH Node")
+ return errors.Wrap(err, "failed to marshal endpoint filter map for attched state")
75
}
76
dp.endpointQueryAttachedState.query.Filter = string(filterAttached)
77
0 commit comments