Actions
Refactor #22496
closedSuggest new IP does not work
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
DHCP
Target version:
-
Description
After upgrading to 1.16 (proxy 1.15, not sure if this is the correct version as the versioning matrix has not been updated for 1.16) the option to 'suggest new ip' no longer works. It just returns the same IP. In the past, it would give a new, different IP. This proxy is using the MSFT API.
Logs dont show anything happening except the unused_ip GET api command:
D, [2018-02-01T16:35:31.635424 ] DEBUG -- : close: 100.90.128.69:51778 D, [2018-02-02T06:58:40.649263 ] DEBUG -- : accept: 100.90.128.69:47764 D, [2018-02-02T06:58:40.661266 ] DEBUG -- : Rack::Handler::WEBrick is invoked. I, [2018-02-02T06:58:40.672266 e47d987f] INFO -- : 100.90.128.69 - - [02/Feb/2018:06:58:40 -0600] "GET /dhcp/100.91.41.0/unused_ip HTTP/1.1" 200 22 0.0100 D, [2018-02-02T06:58:40.727270 ] DEBUG -- : close: 100.90.128.69:47764 D, [2018-02-02T06:58:44.304543 ] DEBUG -- : accept: 100.90.128.69:47766 D, [2018-02-02T06:58:44.317549 ] DEBUG -- : Rack::Handler::WEBrick is invoked. I, [2018-02-02T06:58:44.319554 e47d987f] INFO -- : 100.90.128.69 - - [02/Feb/2018:06:58:44 -0600] "GET /dhcp/100.91.41.0/unused_ip HTTP/1.1" 200 22 0.0020 D, [2018-02-02T06:58:44.364553 ] DEBUG -- : close: 100.90.128.69:47766 D, [2018-02-02T06:58:45.631650 ] DEBUG -- : accept: 100.90.128.69:47768 D, [2018-02-02T06:58:45.643913 ] DEBUG -- : Rack::Handler::WEBrick is invoked. I, [2018-02-02T06:58:45.645647 e47d987f] INFO -- : 100.90.128.69 - - [02/Feb/2018:06:58:45 -0600] "GET /dhcp/100.91.41.0/unused_ip HTTP/1.1" 200 22 0.0017 D, [2018-02-02T06:58:45.689663 ] DEBUG -- : close: 100.90.128.69:47768 D, [2018-02-02T06:58:46.563724 ] DEBUG -- : accept: 100.90.128.69:47770 D, [2018-02-02T06:58:46.575717 ] DEBUG -- : Rack::Handler::WEBrick is invoked. I, [2018-02-02T06:58:46.577717 e47d987f] INFO -- : 100.90.128.69 - - [02/Feb/2018:06:58:46 -0600] "GET /dhcp/100.91.41.0/unused_ip HTTP/1.1" 200 22 0.0020 D, [2018-02-02T06:58:46.621721 ] DEBUG -- : close: 100.90.128.69:47770
Actions