mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4549] [MERGED] [Fix] NetworkManager binding to [::] #10155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:17.0RC0---Fix3📝 Commits (6)
9db75bcAutodiscovery enable/disable patch0fcc661Fixed [::] issue on bind. Altered test.8e7304bUpdate UdpServerEntryPoint.csee920aeUpdate Jellyfin.Networking.Tests.csprojbf818a5Update Jellyfin.Networking.Tests.csproj189f380Update 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.