[PR #3574] [CLOSED] [client] Support site to site traffic for network flows in kernel mode #20836

Open
opened 2026-08-05 05:07:45 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3574
Author: @lixmal
Created: 3/24/2025
Status: Closed

Base: mainHead: use-conntrack-zone


📝 Commits (2)

  • 13ec9ea Support site to site traffic for network flows in kernel mode
  • d2c9646 Add nftables

📊 Changes

4 files changed (+98 additions, -9 deletions)

View changed files

📝 client/firewall/iptables/router_linux.go (+39 -1)
📝 client/firewall/nftables/router_linux.go (+49 -0)
📝 client/internal/netflow/conntrack/conntrack.go (+8 -8)
📝 client/internal/netflow/types/types.go (+2 -0)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/3574 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 3/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `use-conntrack-zone` --- ### 📝 Commits (2) - [`13ec9ea`](https://github.com/netbirdio/netbird/commit/13ec9ea0e7e3e535982a1955464fa606e5f693ee) Support site to site traffic for network flows in kernel mode - [`d2c9646`](https://github.com/netbirdio/netbird/commit/d2c96469f0d75dc91bd815032c4477ad0b2b90a5) Add nftables ### 📊 Changes **4 files changed** (+98 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `client/firewall/iptables/router_linux.go` (+39 -1) 📝 `client/firewall/nftables/router_linux.go` (+49 -0) 📝 `client/internal/netflow/conntrack/conntrack.go` (+8 -8) 📝 `client/internal/netflow/types/types.go` (+2 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 05:07:45 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#20836