ObjFW  View Ticket

Ticket UUID: 0b30cf92a3e484a97fe82cb0ac065400d6f04f04
Title: Handle IPv6 addresses with scope
Status: Fixed Type: Feature_Request
Severity: Important Priority: High
Subsystem: Resolution: Fixed
Last Modified: 2022-11-04 23:32:25
Version Found In: Milestone: 1.0
User Comments:
js added on 2022-11-03 00:19:45: (text/x-markdown)
Currently, IPv6 addresses with a scope (`%`) are not being handled. Parse the scope, convert it into an interface ID and include it in the `OFSocketAddress`. Also convert the interface ID back to the interface name and include it when converting an IPv6 `OFSocketAddress` to a string.

js added on 2022-11-04 23:32:25: (text/x-markdown)
This has been implemented in [](027b704b66).