Skip to content

Commit 36f0d74

Browse files
committed
updated a comment
1 parent 60dda1c commit 36f0d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/pkg/dataplane/dataplane_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (dp *DataPlane) initializeDataPlane() error {
6767
}
6868
dp.endpointQuery.query.Filter = string(filter)
6969

70-
// Filter out any endpoints that are not in "Attached" State. All running Windows L1VH pods with networking must be in this state.
70+
// Filter out any endpoints that are not in "Attached" State. All running Windows pods on L1VH with networking must be in this state.
7171
filterMapAttached := map[string]uint16{"State": hcnEndpointStateAttached}
7272
filterAttached, err := json.Marshal(filterMapAttached)
7373
if err != nil {

0 commit comments

Comments
 (0)