Add flow client with sender/receiver (#3405)

add an initial version of receiver client and flow manager receiver and sender
This commit is contained in:
Maycon Santos
2025-02-28 17:16:18 +00:00
committed by GitHub
parent fa748a7ec2
commit f6d7bccfa0
10 changed files with 309 additions and 13 deletions

View File

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