File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,14 @@ Like SetupEndpoint but will not assign EIDs, will only query endpoints for a
152152current EID. The ` new ` return value is set to ` false ` for an already known
153153endpoint, or ` true ` when an endpoint's EID is newly discovered.
154154
155+ Because we are not issuing a Set Endpoint ID as part of the LearnEndpoint call,
156+ we do not have any details of the endpoint's bridge pool range. So,
157+ LearnEndpoint is unsuitable for use with bridge endpoints - it cannot provide
158+ the bridge with its own EID pool. ` mctpd ` will warn if the device type
159+ reports as a bridge.
160+
161+ Bridge endpoints should be initialised with ` AssignEndpoint ` instead.
162+
155163## Network objects: ` /au/com/codeconstruct/networks/<net> `
156164
157165These objects represent MCTP networks which have been added use ` mctp link `
You can’t perform that action at this time.
0 commit comments