Closed josemariasaldana closed 8 years ago
The Odin Agent stores a table of STAs, including: MAC, LVAP MAC, IP, SSID. The problem is this:
When the LVAP is created, it has not yet received the IP address from the DHCP. So the IP stored in the Agent is 0.0.0.0.
A second message should be sent from the controller in order to update this information.
It seems that the add_LVAP function is working, but the set_LVAP function is not.
This has been solved here: https://github.com/Wi5/odin-wi5-controller/commit/e1e5215231a36144fa4f53c42329aca4ba4a340a
The Odin Agent stores a table of STAs, including: MAC, LVAP MAC, IP, SSID. The problem is this:
When the LVAP is created, it has not yet received the IP address from the DHCP. So the IP stored in the Agent is 0.0.0.0.
A second message should be sent from the controller in order to update this information.
It seems that the add_LVAP function is working, but the set_LVAP function is not.