cb-cmds: inconsistency in function arguments structure
In case of remote-global-parameter4-set, parameters are passed as list of dicts with name
and values
fields:
'parameters': [{'name': 'match-client-id', 'value': False}],
In case of remote-subnet4-set, parameters are passed as dictionary name
-> value
:
{'match-client-id': true}
Edited by Francis Dupont