smart_proxy_dhcp_infoblox 0.0.12 → 0.0.13
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60402237d263b43dabb100b57d4125956e4b6a02
|
|
4
|
+
data.tar.gz: 99c055f097f298b41efac29c19a6301de2aa1aa7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef037dfe4489d9b0f74b6c59ab78d125709e56c8283bc5e8a546dee03c3a32fd630b7fdf5345dbc561d93732eab306b44cb893a794fe12a8a462301ecbeedb67
|
|
7
|
+
data.tar.gz: 7b39bfc1b031e3fd36c9b6c76149ea3bd1cf36d3456c1aef4958e4a935d39996549b936baa1718a48405a2e2a36763bbf9a9457c2183e11d3ec908992b7a544c
|
|
@@ -75,6 +75,7 @@ module Proxy::DHCP::Infoblox
|
|
|
75
75
|
def get_subnet(subnet_address)
|
|
76
76
|
address, prefix_length = full_network_address(subnet_address).split("/")
|
|
77
77
|
netmask = cidr_to_ip_mask(prefix_length.to_i)
|
|
78
|
+
::Proxy::DHCP::Subnet.new(address, netmask)
|
|
78
79
|
end
|
|
79
80
|
|
|
80
81
|
def find_ip_by_mac_address_and_range(subnet, mac_address, from_address, to_address)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_proxy_dhcp_infoblox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Klaas Demter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: infoblox
|