diff options
author | Josh <josh.t.richards@gmail.com> | 2024-11-04 09:31:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 09:31:48 -0500 |
commit | e885e4f13dde99c56ee84106205d348fb399646e (patch) | |
tree | 0b1ccb723c80fcd27bb08be8d639d09a023aeda1 /tests | |
parent | 97421fb1436ca4d130d3dd2600c605e92325be80 (diff) | |
download | nextcloud-server-e885e4f13dde99c56ee84106205d348fb399646e.tar.gz nextcloud-server-e885e4f13dde99c56ee84106205d348fb399646e.zip |
fix(tests): Add IpAddressClassifier v6 zone ID testjtr/fix-ipv6-zone-ids-link-local
Signed-off-by: Josh <josh.t.richards@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Net/IpAddressClassifierTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Net/IpAddressClassifierTest.php b/tests/lib/Net/IpAddressClassifierTest.php index 616a6872bdb..803be00f740 100644 --- a/tests/lib/Net/IpAddressClassifierTest.php +++ b/tests/lib/Net/IpAddressClassifierTest.php @@ -43,6 +43,7 @@ class IpAddressClassifierTest extends TestCase { return [ ['192.168.0.1'], ['fe80::200:5aee:feaa:20a2'], + ['fe80::1fc4:15d8:78db:2319%enp4s0'], // v6 zone ID ['0:0:0:0:0:ffff:10.0.0.1'], ['0:0:0:0:0:ffff:127.0.0.0'], ['10.0.0.1'], |