subnetica 1.1.5 → 1.1.6

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 +10 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71328a494e481fc2df0af65b2045de5cd647031e0bb83f9b4fb8a3876c081b6b
4
- data.tar.gz: c674fa5b42dd2fa36e65c223da51cdde5585e59210fffc2c579d665e96926393
3
+ metadata.gz: 8e608c0227ba2d73ddacddd44fa88ca72f0a255f096eab4846d4025994f86121
4
+ data.tar.gz: 8a384583fe3c2f6d43881679be2b77f004fdc7ef7846bae25c40f9d382a5e798
5
5
  SHA512:
6
- metadata.gz: 5a321ace2bb353a46d8a6e81f2cb3954286a1fc248e5869c278490c162ffa799710fb3e1fd5828559b371e23c13976d5b28097ff2fc90278dd2265e1388861ba
7
- data.tar.gz: e277d2e942090ebe20786377a4977e00419995126c2cb75716815ecdd88fdbe91f26762d01d5553b4a4659f1a147e3e1fb1da6f3a08ad4ebb54198dab5f4800e
6
+ metadata.gz: b0f0ceac2faf2e2cdbcbfef0f222a835605905752c8221ef326a3d808bbd1cdedfe6125ccbb4f48a45959651e7dcee91bb7d328912a70c87add2a5a03b11a5ea
7
+ data.tar.gz: 4d7b5d4711c13edf2105579de9130de2efa5a619d2392ca5622c3f5b56912cf37972ee401864f192c970814069ba33bd68d4b1ba3b9e87625c651e0a24ce407c
data/lib/subnetica.rb CHANGED
@@ -270,6 +270,9 @@ module Subnetica
270
270
  [IPAddr.new('224.0.0.251'), 'mDNS'],
271
271
  [IPAddr.new('224.0.0.252'), 'Link-local Multicast Name Resolution'],
272
272
  [IPAddr.new('224.0.0.253'), 'Teredo'],
273
+ [IPAddr.new('224.2.128.0/17'), 'Session Announcement Protocol (SAP) session'],
274
+ [IPAddr.new('224.2.127.254'), 'Session Announcement Protocol (SAP) announcement'],
275
+ [IPAddr.new('224.2.127.255'), 'Session Announcement Protocol (SAP) announcement (SAPv0, obsolete)'],
273
276
 
274
277
  ## PIM-SSM
275
278
  [IPAddr.new('232.0.0.0/8'), 'PIM-SSM address'],
@@ -365,6 +368,13 @@ module Subnetica
365
368
  [IPAddr.new('ff05::1:3/128'), 'All-dhcp-agents (DHCPv6) in the site-local'],
366
369
  [IPAddr.new('ff02::c/128'), 'SSDP/UPnP link-local'],
367
370
  [IPAddr.new('ff05::c/128'), 'SSDP/UPnP site-local'],
371
+ [IPAddr.new('ff01::2:7ffe'), 'Session Announcement Protocol (SAP) announcement in the interface-local'],
372
+ [IPAddr.new('ff02::2:7ffe'), 'Session Announcement Protocol (SAP) announcement in the link-local'],
373
+ [IPAddr.new('ff03::2:7ffe'), 'Session Announcement Protocol (SAP) announcement in the realm-local'],
374
+ [IPAddr.new('ff04::2:7ffe'), 'Session Announcement Protocol (SAP) announcement in the admin-local'],
375
+ [IPAddr.new('ff05::2:7ffe'), 'Session Announcement Protocol (SAP) announcement in the site-local'],
376
+ [IPAddr.new('ff08::2:7ffe'), 'Session Announcement Protocol (SAP) announcement in the organization-local'],
377
+ [IPAddr.new('ff0e::2:7ffe'), 'Session Announcement Protocol (SAP) announcement in the global-local'],
368
378
 
369
379
  ## PIM-SSM
370
380
  [IPAddr.new('ff31::/32'), 'Interface-local PIM-SSM address'],
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.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Küthe
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
- rubygems_version: 3.7.2
67
+ rubygems_version: 4.0.2
68
68
  specification_version: 4
69
69
  summary: Program that can display IPv4 and IPv6 address information.
70
70
  test_files: []