openBackhaul / MediatorInstanceManager

REST interface for addressing the Mediator Instance Manager inside the mediator VM
Apache License 2.0
0 stars 0 forks source link

Unique device-ip-address #6

Open openBackhaul opened 2 years ago

openBackhaul commented 2 years ago

During applying the MediatorInstanceManager, it occured that it is possible to assign the same IP address to several devices. This is not a valid configuration, because the TCP port is identical to all connections.

The comment at the /v1/provide-mediator-instance :: device-ip-address : String attribute shall be complemented by an implementation advice for assuring uniqueness of the IP addresses.

Potential Proposal: The comment at the /v1/provide-mediator-instance :: device-ip-address attribute shall be complemented with 'IP address of the device, which is to be connected by the mediator update or create [...../ipv-4-address] The implementation has to assure that no value of the IP address gets assigned to more than one device-name.'