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.
- checksums.yaml +4 -4
- data/lib/subnetica.rb +10 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e608c0227ba2d73ddacddd44fa88ca72f0a255f096eab4846d4025994f86121
|
|
4
|
+
data.tar.gz: 8a384583fe3c2f6d43881679be2b77f004fdc7ef7846bae25c40f9d382a5e798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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:
|
|
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: []
|