[PR #835] [MERGED] Correct sharedsock BPF fields #13056

Closed
opened 2026-08-05 02:07:21 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/835
Author: @braginini
Created: 5/4/2023
Status: Merged
Merged: 5/4/2023
Merged by: @braginini

Base: mainHead: refactor/rename_sharedsock_fields


📝 Commits (1)

  • 92152b2 Correct sharedsock BPF fields

📊 Changes

5 files changed (+24 additions, -23 deletions)

View changed files

📝 client/internal/engine.go (+1 -1)
📝 sharedsock/filter_linux.go (+15 -15)
📝 sharedsock/filter_nolinux.go (+2 -2)
📝 sharedsock/sock_linux.go (+2 -1)
📝 sharedsock/sock_linux_test.go (+4 -4)

📄 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/835 **Author:** [@braginini](https://github.com/braginini) **Created:** 5/4/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `refactor/rename_sharedsock_fields` --- ### 📝 Commits (1) - [`92152b2`](https://github.com/netbirdio/netbird/commit/92152b24baf494130a8771502724d50e08fae23d) Correct sharedsock BPF fields ### 📊 Changes **5 files changed** (+24 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/engine.go` (+1 -1) 📝 `sharedsock/filter_linux.go` (+15 -15) 📝 `sharedsock/filter_nolinux.go` (+2 -2) 📝 `sharedsock/sock_linux.go` (+2 -1) 📝 `sharedsock/sock_linux_test.go` (+4 -4) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [x] 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 02:07:21 -04:00
saavagebueno changed title from [PR #835] Correct sharedsock BPF fields to [PR #835] [MERGED] Correct sharedsock BPF fields 2026-08-05 03:07:52 -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#13056