gnetworkaddress: preserve IPv6 scope ID in IP literals
authorDan Winship <danw@gnome.org>
Wed, 12 Dec 2012 15:12:09 +0000 (16:12 +0100)
committerDan Winship <danw@gnome.org>
Fri, 15 Feb 2013 14:10:00 +0000 (09:10 -0500)
commit8a77f7bb181f3341a6866cd0e64779c35b3a3f61
treeb85d3d4f36699c071f82238a2b21bb31b1cd5c37
parenta44a3cc15091a2f6ba13bfede5dbdfc4215715cb
gnetworkaddress: preserve IPv6 scope ID in IP literals

If a GNetworkAddress is created with a hostname like "fe80::xxx%em1",
make sure that the scope_id corresponding to "em1" is present in the
GSocketAddresses it returns when used as a GSocketConnectable.

https://bugzilla.gnome.org/show_bug.cgi?id=684404
gio/gnetworkaddress.c
gio/tests/inet-address.c