Hi, I'm running an OpenWISP controller to remote manage configuration from a few OpenWRT devices.
I've noticed that when the controller receives a config checksum request by the OpenWISP agent on the APs, my device config modified date is updated to the current date, and config status changes from applied to modified.
From what I've been able to reproduce using a virtual machine and two manually inserted devices. Seems that two devices cannot have the same Ip Address. Not sure if it's limited to LAN IP address as I was using
192.168.1.0/24 network in my simulations.
I've used Postman to make get requests to
http://mycontroller.mydomain.com/controller/checksum/{device-uuid}/?key={device-key} and I can see my Ip being moved from one device to another.
Is this intended behavior? I can provide some logs if it helps to illustrate my doubts better.
Regards,