-
Notifications
You must be signed in to change notification settings - Fork 0
Unique device-ip-address #6
Copy link
Copy link
Open
Labels
Description
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.'
Reactions are currently unavailable