netmaker
netmaker copied to clipboard
Fix: createExtClient()
The clientid supplied in the API call got discarded without ever being used, so createExtClient() could never be used with a custom client-id (until now). I simply set the matching attribute before passing it to logic.CreateExtClient(), as otherwise it will always receive a blank ClientID & generate one on its own
@DolevBaron the PR will not work as written because ClientID is not in the input params for creating an ext client. This will require more work in order to merge. Did you test?
I have crated a new PR with the working code for this request #1499
superseded by #1499