[PR #4549] [MERGED] [Fix] NetworkManager binding to [::] #10155

Closed
opened 2026-02-07 06:15:02 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4549
Author: @BaronGreenback
Created: 11/22/2020
Status: Merged
Merged: 11/24/2020
Merged by: @Bond-009

Base: masterHead: 17.0RC0---Fix3


📝 Commits (6)

  • 9db75bc Autodiscovery enable/disable patch
  • 0fcc661 Fixed [::] issue on bind. Altered test.
  • 8e7304b Update UdpServerEntryPoint.cs
  • ee920ae Update Jellyfin.Networking.Tests.csproj
  • bf818a5 Update Jellyfin.Networking.Tests.csproj
  • 189f380 Update INetworkManager.cs

📊 Changes

3 files changed (+36 additions, -29 deletions)

View changed files

📝 Jellyfin.Networking/Manager/NetworkManager.cs (+21 -16)
📝 MediaBrowser.Common/Net/INetworkManager.cs (+6 -6)
📝 tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs (+9 -7)

📄 Description

Reported by @joshuaboniface.

[::] is now interpreted as being all ipv6 interfaces.
Updated testing packages to latest nuget version as not all tests were being detected.
Corrected a couple of spelling mistakes.


🔄 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/jellyfin/jellyfin/pull/4549 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 11/22/2020 **Status:** ✅ Merged **Merged:** 11/24/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `17.0RC0---Fix3` --- ### 📝 Commits (6) - [`9db75bc`](https://github.com/jellyfin/jellyfin/commit/9db75bce1ae61378e74a7267f91bdbacd60dc791) Autodiscovery enable/disable patch - [`0fcc661`](https://github.com/jellyfin/jellyfin/commit/0fcc66124397ff020dbd6a1737494f2d1b09ca16) Fixed [::] issue on bind. Altered test. - [`8e7304b`](https://github.com/jellyfin/jellyfin/commit/8e7304b4972ca9d455a75715bf3677ba07a5b8d8) Update UdpServerEntryPoint.cs - [`ee920ae`](https://github.com/jellyfin/jellyfin/commit/ee920ae0cb80f9bc0c01eaca447a3623c20a3bfb) Update Jellyfin.Networking.Tests.csproj - [`bf818a5`](https://github.com/jellyfin/jellyfin/commit/bf818a53b0579bda7efd9b51c048af532e839a58) Update Jellyfin.Networking.Tests.csproj - [`189f380`](https://github.com/jellyfin/jellyfin/commit/189f380ab8578cb68c7ccbc1fb62fe8216c207ff) Update INetworkManager.cs ### 📊 Changes **3 files changed** (+36 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Networking/Manager/NetworkManager.cs` (+21 -16) 📝 `MediaBrowser.Common/Net/INetworkManager.cs` (+6 -6) 📝 `tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs` (+9 -7) </details> ### 📄 Description Reported by @joshuaboniface. [::] is now interpreted as being all ipv6 interfaces. Updated testing packages to latest nuget version as not all tests were being detected. Corrected a couple of spelling mistakes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:15:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10155