[PR #13493] [MERGED] Fix subnet contains check #13601

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13493
Author: @gnattu
Created: 2/4/2025
Status: Merged
Merged: 3/15/2025
Merged by: @crobibero

Base: masterHead: fix-subnet-check-master


📝 Commits (3)

📊 Changes

2 files changed (+38 additions, -23 deletions)

View changed files

📝 MediaBrowser.Common/Net/NetworkUtils.cs (+19 -0)
📝 src/Jellyfin.Networking/Manager/NetworkManager.cs (+19 -23)

📄 Description

This is the master version of #13489, which includes ABI change to add the newly SubNetContainsAddress method to NetworkUtils

Changes

Issues


🔄 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/13493 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-subnet-check-master` --- ### 📝 Commits (3) - [`533ceea`](https://github.com/jellyfin/jellyfin/commit/533ceeaaf299c9396f82e11e16314afbc03407f8) Fix subnet contains check - [`9aec576`](https://github.com/jellyfin/jellyfin/commit/9aec576c763eeb6a2d1538175d397ab933227e5a) Typo - [`cbca153`](https://github.com/jellyfin/jellyfin/commit/cbca153132572a7816d49962c2f6cfda0ab8ae9b) More typos ### 📊 Changes **2 files changed** (+38 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Common/Net/NetworkUtils.cs` (+19 -0) 📝 `src/Jellyfin.Networking/Manager/NetworkManager.cs` (+19 -23) </details> ### 📄 Description This is the master version of #13489, which includes ABI change to add the newly `SubNetContainsAddress` method to `NetworkUtils` <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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 07:15:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13601