subnetica 1.0.5 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/subnetica.rb +14 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d93aa6f319f495fc257a3e507cc6cd520c3c22b842f5657cdb3e2844068b8f9
|
|
4
|
+
data.tar.gz: ed6d924b8dc1816ab120c23e4eba6b3043bd9a66740d59a979ae72e5b4aad785
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c25bcd4eca8cebc84833b46a2c9e8dbaf32c2f9f0ee8ea85f19c4a05680aa85bf9115119fe8cf6272069ebe972d699c7897ef6bfce709375a287172487275c0
|
|
7
|
+
data.tar.gz: c720f7f99a25469330b78e3f6167b513b15f5ba2096ec0778021943e3822d3ed96321a8f5bf85bae09862c3e74748f3417e1ef5286ee22dbc4f702e6a49d9e41
|
data/lib/subnetica.rb
CHANGED
|
@@ -337,6 +337,7 @@ module Subnetica
|
|
|
337
337
|
[IPAddr.new('ff05::1:3/128'), 'All-dhcp-agents (DHCPv6) in the site-local'],
|
|
338
338
|
|
|
339
339
|
# GUA allocations
|
|
340
|
+
[IPAddr.new('2001::/23'), 'IANA'],
|
|
340
341
|
[IPAddr.new('2001:200::/23'), 'APNIC'],
|
|
341
342
|
[IPAddr.new('2001:400::/23'), 'ARIN'],
|
|
342
343
|
[IPAddr.new('2001:600::/23'), 'RIPE NCC'],
|
|
@@ -360,6 +361,19 @@ module Subnetica
|
|
|
360
361
|
[IPAddr.new('2001:8000::/19'), 'APNIC'],
|
|
361
362
|
[IPAddr.new('2001:a000::/20'), 'APNIC'],
|
|
362
363
|
[IPAddr.new('2001:b000::/20'), 'APNIC'],
|
|
364
|
+
[IPAddr.new('2003:0000::/18'), 'RIPE NCC'],
|
|
365
|
+
[IPAddr.new('2400:0000::/12'), 'APNIC'],
|
|
366
|
+
[IPAddr.new('2600:0000::/12'), 'ARIN'],
|
|
367
|
+
[IPAddr.new('2610:0000::/23'), 'ARIN'],
|
|
368
|
+
[IPAddr.new('2620:0000::/23'), 'ARIN'],
|
|
369
|
+
[IPAddr.new('2630:0000::/12'), 'ARIN'],
|
|
370
|
+
[IPAddr.new('2800:0000::/12'), 'LACNIC'],
|
|
371
|
+
[IPAddr.new('2a00:0000::/12'), 'RIPE NCC'],
|
|
372
|
+
[IPAddr.new('2a10:0000::/12'), 'RIPE NCC'],
|
|
373
|
+
[IPAddr.new('2c00:0000::/12'), 'AFRINIC'],
|
|
374
|
+
[IPAddr.new('2d00:0000::/8'), 'IANA'],
|
|
375
|
+
[IPAddr.new('2e00:0000::/7'), 'IANA'],
|
|
376
|
+
[IPAddr.new('3000:0000::/4'), 'IANA'],
|
|
363
377
|
|
|
364
378
|
# Multicast use for applications
|
|
365
379
|
[IPAddr.new('ff02::114'), 'Yggdrasil Multicast Discovery'],
|