[PR #6079] [CLOSED] test-pr-creation #29003

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/6079
Author: @MichaelUray
Created: 5/5/2026
Status: Closed

Base: mainHead: pr/q2-windows-ice-filter-case-insensitive


📝 Commits (1)

  • c6f4622 client/stdnet: case-insensitive ICE interface filter (Windows P2P fix)

📊 Changes

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

View changed files

📝 client/internal/stdnet/filter.go (+57 -4)
client/internal/stdnet/filter_test.go (+80 -0)

📄 Description

Apologies — this was an automated test of PR-creation tooling. Closing immediately. The actual PRs from this work will be opened separately and reference issue #5989.

Summary by CodeRabbit

  • Bug Fixes

    • Improved Windows network interface filtering to better handle system interfaces and avoid blocking legitimate Hyper-V connections.
    • Enhanced case-insensitive interface name matching for more reliable filtering across platforms.
  • Tests

    • Added regression tests for platform-specific interface filtering behavior.

🔄 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/6079 **Author:** [@MichaelUray](https://github.com/MichaelUray) **Created:** 5/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pr/q2-windows-ice-filter-case-insensitive` --- ### 📝 Commits (1) - [`c6f4622`](https://github.com/netbirdio/netbird/commit/c6f46228db490735b8e1e9e12b560e8524638180) client/stdnet: case-insensitive ICE interface filter (Windows P2P fix) ### 📊 Changes **2 files changed** (+137 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/stdnet/filter.go` (+57 -4) ➕ `client/internal/stdnet/filter_test.go` (+80 -0) </details> ### 📄 Description Apologies — this was an automated test of PR-creation tooling. Closing immediately. The actual PRs from this work will be opened separately and reference issue #5989. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Improved Windows network interface filtering to better handle system interfaces and avoid blocking legitimate Hyper-V connections. * Enhanced case-insensitive interface name matching for more reliable filtering across platforms. * **Tests** * Added regression tests for platform-specific interface filtering behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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 08:07:18 -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#29003