[PR #2126] [MERGED] Enable network monitoring for Windows and macOS clients #14694

Closed
opened 2026-08-05 03:06:08 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2126
Author: @bcmmbaga
Created: 6/13/2024
Status: Merged
Merged: 6/13/2024
Merged by: @bcmmbaga

Base: mainHead: enable-net-monitoring


📝 Commits (5)

  • 181cc3f Enable network monitoring by default for Windows and Darwin
  • 6c61c72 Enable network monitoring by default on Windows and macOS
  • faab4ca Merge branch 'refs/heads/main' into enable-net-monitoring
  • d09d797 fix merge
  • 152b6a6 Prevent updating config if no changes

📊 Changes

3 files changed (+18 additions, -5 deletions)

View changed files

📝 client/cmd/up.go (+4 -1)
📝 client/internal/config.go (+13 -3)
📝 client/internal/connect.go (+1 -1)

📄 Description

Describe your changes

Enable network monitoring by default on Windows and macOS clients.

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/2126 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `main` ← **Head:** `enable-net-monitoring` --- ### 📝 Commits (5) - [`181cc3f`](https://github.com/netbirdio/netbird/commit/181cc3fcd527a7c3e4cd6702d9529b990e9e90a2) Enable network monitoring by default for Windows and Darwin - [`6c61c72`](https://github.com/netbirdio/netbird/commit/6c61c7213b3daded745cfa32dbd8abb3dfbe13ab) Enable network monitoring by default on Windows and macOS - [`faab4ca`](https://github.com/netbirdio/netbird/commit/faab4ca0b46c8506d9d9910e88ad20e912d1aaac) Merge branch 'refs/heads/main' into enable-net-monitoring - [`d09d797`](https://github.com/netbirdio/netbird/commit/d09d7978d65d8c2fdf0983904e6abc7b6662ae3d) fix merge - [`152b6a6`](https://github.com/netbirdio/netbird/commit/152b6a66fa65cc9af71bbb9257b15ece0f72130b) Prevent updating config if no changes ### 📊 Changes **3 files changed** (+18 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/up.go` (+4 -1) 📝 `client/internal/config.go` (+13 -3) 📝 `client/internal/connect.go` (+1 -1) </details> ### 📄 Description ## Describe your changes Enable network monitoring by default on Windows and macOS clients. ## Issue ticket number and link ### Checklist - [ ] 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 03:06:08 -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#14694