[PR #2223] [MERGED] Remove interface network monitor checks #18950

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2223
Author: @lixmal
Created: 7/1/2024
Status: Merged
Merged: 7/2/2024
Merged by: @lixmal

Base: mainHead: fix/compare-interface-state


📝 Commits (1)

  • cedbd39 Remove interface network monitor checks

📊 Changes

2 files changed (+0 additions, -60 deletions)

View changed files

📝 client/internal/networkmonitor/monitor_bsd.go (+0 -36)
📝 client/internal/networkmonitor/monitor_linux.go (+0 -24)

📄 Description

Describe your changes

This removes interface based checks, the Linux one is not stable and monitoring the default route is sufficient.

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/2223 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `fix/compare-interface-state` --- ### 📝 Commits (1) - [`cedbd39`](https://github.com/netbirdio/netbird/commit/cedbd39bd35ebe2f1cda290187a9ab9ff1733ce4) Remove interface network monitor checks ### 📊 Changes **2 files changed** (+0 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/networkmonitor/monitor_bsd.go` (+0 -36) 📝 `client/internal/networkmonitor/monitor_linux.go` (+0 -24) </details> ### 📄 Description ## Describe your changes This removes interface based checks, the Linux one is not stable and monitoring the default route is sufficient. ## Issue ticket number and link ### 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 --- <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 04:09:07 -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#18950