mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
libstore: Improve store-reference back-compat with IPv6 ZoneId literals
This restores the pre-2.31 handling of ZoneID identifiers in store references. It's the only place we reasonably care about this back-compat.
This commit is contained in:
parent
4a2fb18ba0
commit
8dbc2475f7
8 changed files with 92 additions and 2 deletions
|
|
@ -0,0 +1 @@
|
|||
ssh://userinfo@[fea5:23e1:3916:fc24:cb52:2837:2ecb:ea8e%eth0]?a=b&c=d
|
||||
|
|
@ -0,0 +1 @@
|
|||
ssh://userinfo@[fea5:23e1:3916:fc24:cb52:2837:2ecb:ea8e%25eth0]?a=b&c=d
|
||||
|
|
@ -0,0 +1 @@
|
|||
ssh://userinfo@fea5:23e1:3916:fc24:cb52:2837:2ecb:ea8e%25?a=b&c=d
|
||||
|
|
@ -0,0 +1 @@
|
|||
ssh://userinfo@fea5:23e1:3916:fc24:cb52:2837:2ecb:ea8e%eth0?a=b&c=d
|
||||
|
|
@ -0,0 +1 @@
|
|||
ssh://fea5:23e1:3916:fc24:cb52:2837:2ecb:ea8e%eth0?a=b&c=d
|
||||
|
|
@ -0,0 +1 @@
|
|||
ssh://fea5:23e1:3916:fc24:cb52:2837:2ecb:ea8e%eth0
|
||||
Loading…
Add table
Add a link
Reference in a new issue