[PR #2922] [MERGED] [client] Don't choke on non-existent interface in route updates #18671

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2922
Author: @lixmal
Created: 11/21/2024
Status: Merged
Merged: 12/3/2024
Merged by: @lixmal

Base: mainHead: win-interface


📝 Commits (1)

  • 01a7c71 Don't choke on non-existent interface in route updates

📊 Changes

2 files changed (+6 additions, -4 deletions)

View changed files

client/firewall/nftables/state.go (+0 -1)
📝 client/internal/routemanager/systemops/systemops_windows.go (+6 -3)

📄 Description

Describe your changes

Improves debugging in cases like #2742

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/2922 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 11/21/2024 **Status:** ✅ Merged **Merged:** 12/3/2024 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `win-interface` --- ### 📝 Commits (1) - [`01a7c71`](https://github.com/netbirdio/netbird/commit/01a7c715862d548e9a5679b5ad291b70d6a62b22) Don't choke on non-existent interface in route updates ### 📊 Changes **2 files changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> ➖ `client/firewall/nftables/state.go` (+0 -1) 📝 `client/internal/routemanager/systemops/systemops_windows.go` (+6 -3) </details> ### 📄 Description ## Describe your changes Improves debugging in cases like #2742 ## 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 04:08:46 -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#18671