|
@@ -87,6 +87,21 @@ cube
|
|
|
|
|
|
This list is not exhaustive. Please contact us to add more.
|
|
|
|
|
|
+3.4 ipv6Support
|
|
|
+===============
|
|
|
+
|
|
|
+This field is an enum specifiying the progress status of support of IPv6.
|
|
|
+
|
|
|
+Here is the definition of the values::
|
|
|
+
|
|
|
+ 0. no IPv6 support
|
|
|
+ 1. ISP owns at least one IPv6 range
|
|
|
+ 2. at least one IPv6 is reachable
|
|
|
+ 3. ISP uses IPv6 for one of its servers
|
|
|
+ 4. providing IPv6 for subscribers is partially supported (only for VPN for example or currently under test)
|
|
|
+ 5. IPv6 is globally available for all subscribers
|
|
|
+
|
|
|
+
|
|
|
4. Implementing the format
|
|
|
==========================
|
|
|
|
|
@@ -221,6 +236,10 @@ Please note that the GeoJSON produced by nominatim might not be completely suppo
|
|
|
Revision History
|
|
|
============================
|
|
|
|
|
|
+Version 0.1.4 (2018-08-20)
|
|
|
+ Added "asn"
|
|
|
+ Added "ipv6Support"
|
|
|
+
|
|
|
Version 0.1.3 (2015-07-30)
|
|
|
Added "cube" (for the Internet Cube/Brique Internet) and "vpn" as a possible technology).
|
|
|
|