Add conntrack flows (#3406)

This commit is contained in:
Viktor Liu
2025-02-28 19:16:29 +01:00
committed by GitHub
parent f6d7bccfa0
commit c72e13d8e6
11 changed files with 357 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ import (
"github.com/netbirdio/netbird/formatter"
)
var flowLogger = netflow.NewManager(context.Background(), []byte{}).GetLogger()
var flowLogger = netflow.NewManager(context.Background(), nil, []byte{}).GetLogger()
type mocWGIface struct {
filter device.PacketFilter