pingable_ipam_plugin 0.0.9 → 0.0.10

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
  SHA256:
3
- metadata.gz: 22f73c17ff2eb460277f3f6cc52b3f903a6fb7b23a2d8802d8e267e25bf06dca
4
- data.tar.gz: beea45db1643011ed3fa73e20b402dc4220b39a02cac919a9d9189a95833dedb
3
+ metadata.gz: 32ff6f6ec47a972a551c4a45211160cf6a49321e97c440e9aa427fbd9e563407
4
+ data.tar.gz: 3b79031e72d5b4a81627e5ea0c041d88449fb4484443f39817ef940e4ad56e80
5
5
  SHA512:
6
- metadata.gz: 349bbd435aac85475b7b4cba9e5955b4a865d0707a3fa41af6a08dae2c2e7f31c698b581d3d5ecd657954f547a77f2c5350a59ba96be25a4cc6b8f5e5150dd78
7
- data.tar.gz: b9e222bb00880333c6a8b77723ff529d15ecd54d9eb99d54b8f9ae47165da4104caefab17095831b0a4768b73f306a833e89506163a090537abe940bcfb009e8
6
+ metadata.gz: c55c277edef4196f0585bbf84c7d00a40f97aca487fd8c026ca2f5354d7c1d7234ef11feb65fba973d0a4902cd9c6fe6bfaa798bbf068c5b0f1b50a0599df924
7
+ data.tar.gz: abd0bdc066e593d2051890cf0442048bfc75da6ed92397d0aebda50a1d7176e77a3f55a0032b56e9ee97540be26831e67cb1559d8d52969c04e3208a1fd46c7b
@@ -117,7 +117,7 @@ module IPAM
117
117
  end
118
118
  end
119
119
 
120
- range -= [ip]
120
+ range -= [candidate]
121
121
  end
122
122
 
123
123
  logger.warn("[IPAM] Not suggesting IP Address for #{subnet} as no free IP found in reasonable time (#{iterations} iterations)")
@@ -1,3 +1,3 @@
1
1
  module PingableIpamPlugin
2
- VERSION = '0.0.9'.freeze
2
+ VERSION = '0.0.10'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pingable_ipam_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Parshin