netbird/client/iface/device
Maycon Santos c02e236196
[client,management] add netflow support to client and update management (#3414)
adds NetFlow functionality to track and log network traffic information between peers, with features including:

- Flow logging for TCP, UDP, and ICMP traffic
- Integration with connection tracking system
- Resource ID tracking in NetFlow events
- DNS and exit node collection configuration
- Flow API and Redis cache in management
- Memory-based flow storage implementation
- Kernel conntrack counters and userspace counters
- TCP state machine improvements for more accurate tracking
- Migration from net.IP to netip.Addr in the userspace firewall
2025-03-20 17:05:48 +01:00
..
adapter.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
args.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
device_android.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
device_darwin.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
device_filter_test.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00
device_filter.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00
device_ios.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
device_kernel_unix.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
device_netstack.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
device_usp_unix.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
device_windows.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
interface.go [client] Replace string to netip.Prefix (#3362) 2025-02-24 15:51:43 +01:00
kernel_module_freebsd.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
kernel_module_linux_test.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
kernel_module_linux.go [client] Avoid using iota on mixed const block (#3057) 2024-12-16 18:09:31 +01:00
kernel_module.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
wg_link_freebsd.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
wg_link_linux.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
wg_log.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00
windows_guid.go [client] Refactor/iface pkg (#2646) 2024-10-02 18:24:22 +02:00