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 424df6a commit 53d0575Copy full SHA for 53d0575
npm/pkg/dataplane/dataplane_windows.go
@@ -55,6 +55,7 @@ func (dp *DataPlane) initializeDataPlane() error {
55
56
// if npm lite is enabled and running on l1vh node, filter out any endpoints that are not in "Attached" State
57
if dp.EnableNPMLite && dp.IsL1VHNode {
58
+ klog.Info("NPM lite is running on L1VH Node")
59
filterMap = map[string]uint16{"State": hcnEndpointStateAttached}
60
}
61
0 commit comments