pull/5905/head
BaronGreenback 3 years ago
parent 2b85f43cab
commit f30bbef781

@ -535,7 +535,6 @@ namespace Jellyfin.Networking.Tests
[InlineData("192.168.1.209/24,-16,eth16", "192.168.1.0/24", "", "192.168.1.209")] // Only 1 address so use it.
[InlineData("192.168.1.208/24,-16,eth16|10.0.0.1/24,10,eth7", "192.168.1.0/24", "", "192.168.1.208")] // LAN address is specified by default.
[InlineData("192.168.1.208/24,-16,eth16|10.0.0.1/24,10,eth7", "192.168.1.0/24", "10.0.0.1", "10.0.0.1")] // return bind address
[InlineData("192.168.1.208/24,-16,eth16|10.0.0.1/24,10,eth7", "192.168.1.0/24", "10.0.0.1", "192.168.1.209")] // return internal bind address (Internal takes priority)
public void Get_Appropriate_Interface_NoSource(string interfaces, string lan, string bind, string result)
{

Loading…
Cancel
Save