mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-12-29 21:21:22 +01:00
This patch complements Change 19229 to fix the issues caused by multi-server deployments. Previously, only one server device could be detected by ONOS due to the proxy field. Also, when that device went offline, the driver did not notify the RestController. With this patch, the server device driver cooperates with the RestController to provide a consistent server activity state for multiple servers. Addressed comments made by ONOS reviewers Change-Id: Ifc0c556a2a5322fd2ee8b02065a2a507cf6b92fc Signed-off-by: Georgios Katsikas <katsikas.gp@gmail.com>