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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/subnetica.rb +14 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9da8d2913b245db8890c682799e64fc8a1e44db69a892d6c95650cf01122af34
4
- data.tar.gz: 85c86596a320eaca25958528aeaf01c66234da06ebb4d738978ec5783a30c220
3
+ metadata.gz: 1d93aa6f319f495fc257a3e507cc6cd520c3c22b842f5657cdb3e2844068b8f9
4
+ data.tar.gz: ed6d924b8dc1816ab120c23e4eba6b3043bd9a66740d59a979ae72e5b4aad785
5
5
  SHA512:
6
- metadata.gz: 3c0675ced53fccc09dcc41f5029cd3677944a0538019ebf5da65d6106b1e306a8d009ce33ffe0d1d7ce88cd6db443d2bcb5026d9ab9b437c0feff6a182c2e0a1
7
- data.tar.gz: 89c5992b634bba34410b140e9179efda7423fc6537150fa61ef2d174576a5b6a785c96da55e5af8b3f1f8849c894b3db97ef207f25606e7858040353e173dede
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'],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subnetica
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Küthe