[PR #4857] [CLOSED] Revert 5 codex/fix client bugs in processinterface 80nt9s #24323

Open
opened 2026-08-05 06:08:33 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4857
Author: @stevo11811
Created: 11/25/2025
Status: Closed

Base: mainHead: revert-5-codex/fix-client-bugs-in-processinterface-80nt9s


📝 Commits (10+)

  • aa2e158 Update localip.go - Ignore down interfaces
  • d012af0 Skip down interfaces when collecting local addresses
  • 8821357 Merge pull request #1 from stevo11811/codex/fix-client-bugs-in-processinterface
  • d582933 Reuse metadata sync helper
  • 12b9739 Merge pull request #2 from stevo11811/codex/fix-client-bugs-in-processinterface-rlyg65
  • d21cd5f Merge pull request #3 from netbirdio/main
  • aea169b Handle Windows default interface down events
  • 55b09c5 Created listener to look for interface down up changes, this is temporary.
  • c1d47df Handle Windows interface down events via notifications
  • 4e5ef10 Merge branch 'main' into codex/fix-client-bugs-in-processinterface-80nt9s

📊 Changes

5 files changed (+94 additions, -28 deletions)

View changed files

📝 client/firewall/uspfilter/localip.go (+5 -0)
📝 client/internal/engine.go (+39 -28)
📝 client/internal/networkmonitor/check_change_linux.go (+18 -0)
📝 client/internal/networkmonitor/check_change_windows.go (+28 -0)
📝 client/system/info.go (+4 -0)

📄 Description

Describe your changes

Stack

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)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__


🔄 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/4857 **Author:** [@stevo11811](https://github.com/stevo11811) **Created:** 11/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `revert-5-codex/fix-client-bugs-in-processinterface-80nt9s` --- ### 📝 Commits (10+) - [`aa2e158`](https://github.com/netbirdio/netbird/commit/aa2e158ad808fcaa044e178d7ca28017fa3c3781) Update localip.go - Ignore down interfaces - [`d012af0`](https://github.com/netbirdio/netbird/commit/d012af01a0a145209194f5a84e1c3763c986c656) Skip down interfaces when collecting local addresses - [`8821357`](https://github.com/netbirdio/netbird/commit/88213576d8e5e184ef8fb4f1358a32bdb73dd45c) Merge pull request #1 from stevo11811/codex/fix-client-bugs-in-processinterface - [`d582933`](https://github.com/netbirdio/netbird/commit/d582933a78743978ad4e74f84b394d26c92ce13f) Reuse metadata sync helper - [`12b9739`](https://github.com/netbirdio/netbird/commit/12b9739b7cf3c564c346c8cda3855104a11f3439) Merge pull request #2 from stevo11811/codex/fix-client-bugs-in-processinterface-rlyg65 - [`d21cd5f`](https://github.com/netbirdio/netbird/commit/d21cd5fa6fff6bc1f4d385a1a3db5c794891e16e) Merge pull request #3 from netbirdio/main - [`aea169b`](https://github.com/netbirdio/netbird/commit/aea169b20bc9c8aa031b7a9b0f169a0b0f8005b7) Handle Windows default interface down events - [`55b09c5`](https://github.com/netbirdio/netbird/commit/55b09c586b9875261376f1e7502363b0764310b4) Created listener to look for interface down up changes, this is temporary. - [`c1d47df`](https://github.com/netbirdio/netbird/commit/c1d47df34ca3898cad62cccff4f9aa8639e112c2) Handle Windows interface down events via notifications - [`4e5ef10`](https://github.com/netbirdio/netbird/commit/4e5ef1061d4330cd50ddd56269ad7d370dc46e2d) Merge branch 'main' into codex/fix-client-bugs-in-processinterface-80nt9s ### 📊 Changes **5 files changed** (+94 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `client/firewall/uspfilter/localip.go` (+5 -0) 📝 `client/internal/engine.go` (+39 -28) 📝 `client/internal/networkmonitor/check_change_linux.go` (+18 -0) 📝 `client/internal/networkmonitor/check_change_windows.go` (+28 -0) 📝 `client/system/info.go` (+4 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### 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) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [ ] Documentation is **not needed** for this change (explain why) ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ --- <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 06:08:33 -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#24323