[PR #2282] [MERGED] Check if route interface is a Microsoft ISATAP device #14918

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2282
Author: @mlsmaycon
Created: 7/17/2024
Status: Merged
Merged: 7/17/2024
Merged by: @mlsmaycon

Base: mainHead: fix/network-monitor-isatap


📝 Commits (1)

  • 949d4a7 Check if route interface is a Microsoft ISATAP device

📊 Changes

1 file changed (+12 additions, -6 deletions)

View changed files

📝 client/internal/networkmonitor/monitor_windows.go (+12 -6)

📄 Description

Describe your changes

check if the nexthop interfaces are Microsoft ISATAP devices and ignore their suffixes when comparing them

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/2282 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 7/17/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/network-monitor-isatap` --- ### 📝 Commits (1) - [`949d4a7`](https://github.com/netbirdio/netbird/commit/949d4a7e8730eb23ed84c2251d4effcf73fffd70) Check if route interface is a Microsoft ISATAP device ### 📊 Changes **1 file changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/networkmonitor/monitor_windows.go` (+12 -6) </details> ### 📄 Description ## Describe your changes check if the nexthop interfaces are Microsoft ISATAP devices and ignore their suffixes when comparing them ## Issue ticket number and link ### Checklist - [x] 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 03:06:35 -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#14918