Skip to content

Commit bfdca43

Browse files
committed
fix build
1 parent 5039833 commit bfdca43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/network/tracer/tracer.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ type Tracer struct {
8989
bufferLock sync.Mutex
9090

9191
// Connections for the tracer to exclude
92-
sourceExcludes []*network.ConnectionFilter
93-
destExcludes []*network.ConnectionFilter
92+
sourceExcludes []*filter.ConnectionFilter
93+
destExcludes []*filter.ConnectionFilter
9494

9595
gwLookup network.GatewayLookup
9696

0 commit comments

Comments
 (0)