Doc: Remove the section about IPv6 site-local addresses
authorThiago Macieira <thiago.macieira@intel.com>
Tue, 11 Aug 2015 23:45:29 +0000 (16:45 -0700)
committerThiago Macieira <thiago.macieira@intel.com>
Thu, 13 Aug 2015 16:35:23 +0000 (16:35 +0000)
Site-local addresses were deprecated in RFC 3879 (September 2004) and
RFC 4193 (October 2005) replaced them with Unique Local Address. ULAs
are part of the global range but supposedly unique to an organization.

Change-Id: I7de033f80b0e4431b7f1ffff13f98d2124c5cffc
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
src/network/kernel/qhostaddress.cpp

index 58c0de1f3b1758623cd98509d982709a1a06433d..1fcfd1e1db1ed84b4e2e8f5696fcebc10d6fb292 100644 (file)
@@ -775,11 +775,6 @@ QString QHostAddress::toString() const
     on your host. Link-local addresses ("fe80...") are generated from the MAC
     address of the local network adaptor, and are not guaranteed to be unique.
 
-    \li Site-local: Addresses that are local to the site / private network
-    (e.g., the company intranet). Site-local addresses ("fec0...")  are
-    usually distributed by the site router, and are not guaranteed to be
-    unique outside of the local site.
-
     \li Global: For globally routable addresses, such as public servers on the
     Internet.