Skip to content

Commit 9e2e7d8

Browse files
committed
testing change
1 parent 53d0575 commit 9e2e7d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

npm/pkg/dataplane/dataplane_windows.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ func (dp *DataPlane) initializeDataPlane() error {
5151
Flags: hcn.HostComputeQueryFlagsNone,
5252
}
5353
// Filter out any endpoints that are not in "AttachedShared" State. All running Windows pods with networking must be in this state.
54-
filterMap := map[string]uint16{"State": hcnEndpointStateAttachedSharing}
54+
//testing
55+
filterMap := map[string]uint16{"State": hcnEndpointStateAttached}
56+
klog.Info("State: hcnEndpointStateAttachedSharing")
5557

5658
// if npm lite is enabled and running on l1vh node, filter out any endpoints that are not in "Attached" State
5759
if dp.EnableNPMLite && dp.IsL1VHNode {

0 commit comments

Comments
 (0)