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: 27302f51a2acaa0673c4b5f53552866d24ebb739
4
- data.tar.gz: a92c72fdaea22d0395ef95e7f24f514e28e09b9e
3
+ metadata.gz: 60402237d263b43dabb100b57d4125956e4b6a02
4
+ data.tar.gz: 99c055f097f298b41efac29c19a6301de2aa1aa7
5
5
  SHA512:
6
- metadata.gz: c9c5e1be7b5d16517e9cc1135c022622b3899372da1061448c8e9f69862160e5c4cc77d9352ef7685573028cad57772cdb9368e280dc43f7f761555a9b88d76e
7
- data.tar.gz: 4bb48cb0751a23e604035432883ad1d5b4d32cb00996bcfdde389a9d0e9e008a4d93bcab97a53066fb2e60a0092e1dbca0e53b7a1fede206e8b9695d878051c4
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)
@@ -1,7 +1,7 @@
1
1
  module Proxy
2
2
  module DHCP
3
3
  module Infoblox
4
- VERSION = '0.0.12'
4
+ VERSION = '0.0.13'
5
5
  end
6
6
  end
7
7
  end
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.12
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-02-20 00:00:00.000000000 Z
11
+ date: 2018-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: infoblox