Skip to content

Commit bf6bf03

Browse files
committed
revert
1 parent 9e2e7d8 commit bf6bf03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

npm/pkg/dataplane/dataplane_windows.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ 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-
//testing
55-
filterMap := map[string]uint16{"State": hcnEndpointStateAttached}
56-
klog.Info("State: hcnEndpointStateAttachedSharing")
54+
filterMap := map[string]uint16{"State": hcnEndpointStateAttachedSharing}
55+
klog.Info("State:hcnEndpointStateAttachedSharing ")
5756

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

0 commit comments

Comments
 (0)