subnetica 1.1.0 → 1.1.1

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 +3 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d93aa6f319f495fc257a3e507cc6cd520c3c22b842f5657cdb3e2844068b8f9
4
- data.tar.gz: ed6d924b8dc1816ab120c23e4eba6b3043bd9a66740d59a979ae72e5b4aad785
3
+ metadata.gz: b70f2e48ee9dbe302a0ce34feb6924cdc3c49a9586c141b7893d462fd8810cb2
4
+ data.tar.gz: 4c8be68deaedd4a239def2397645b2de969d9d85fcf981f88c03cf4aac2366fc
5
5
  SHA512:
6
- metadata.gz: 1c25bcd4eca8cebc84833b46a2c9e8dbaf32c2f9f0ee8ea85f19c4a05680aa85bf9115119fe8cf6272069ebe972d699c7897ef6bfce709375a287172487275c0
7
- data.tar.gz: c720f7f99a25469330b78e3f6167b513b15f5ba2096ec0778021943e3822d3ed96321a8f5bf85bae09862c3e74748f3417e1ef5286ee22dbc4f702e6a49d9e41
6
+ metadata.gz: be91af75fac1712b05b5ac468e0723959e0c42ec7ef1cd9e600c2be235a1eac7b6ca52934e578249ef9daebccf253420f5b29099e3384f425bc910f6fbdcc6dd
7
+ data.tar.gz: 66179ed5543de7c3c4bcd1d645346db18bae911e2ef844ebd57d6be77c79437e0d765c7535f625f2ebf192dade7a7c19a3fd6314996b496ee5a4e26a7a18915c
data/lib/subnetica.rb CHANGED
@@ -22,6 +22,7 @@ module Subnetica
22
22
  [IPAddr.new('224.0.0.0/4'), 'Multicast address'],
23
23
  [IPAddr.new('233.252.0.0/24'), 'MCAST-TEST-NET (Documentation prefix)'],
24
24
  [IPAddr.new('240.0.0.0/4'), 'Reserved for future use'],
25
+ [IPAddr.new('239.255.255.250/32'), 'SSDP/UPnP']
25
26
  [IPAddr.new('255.255.255.255/32'), 'Limited broadcast'],
26
27
 
27
28
  # Allocations
@@ -335,6 +336,8 @@ module Subnetica
335
336
  [IPAddr.new('ff02::1:2/128'), 'All-dhcp-agents (DHCPv6) in the link-local'],
336
337
  [IPAddr.new('ff02::1:3/128'), 'Link-local multicast name resolution'],
337
338
  [IPAddr.new('ff05::1:3/128'), 'All-dhcp-agents (DHCPv6) in the site-local'],
339
+ [IPAddr.new('ff02::c/128'), 'SSDP/UPnP link-local'],
340
+ [IPAddr.new('ff05::c/128'), 'SSDP/UPnP site-local'],
338
341
 
339
342
  # GUA allocations
340
343
  [IPAddr.new('2001::/23'), 'IANA'],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subnetica
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Küthe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-18 00:00:00.000000000 Z
11
+ date: 2023-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: meshname
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
- rubygems_version: 3.4.13
69
+ rubygems_version: 3.4.19
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Program that can display IPv4 and IPv6 address information.