Actions
Bug #2758
closedencodeControlParameters does not properly encode parameters for some inputs
Status:
Closed
Priority:
High
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Command:
- rib/register
Parameters:
- Name:
ndn:/
- FaceId: 100
Expected:
- registered route for
ndn:/
towards face id 100
Actual:
- Malformed command error is returned
Encoding/decoding of ControlParameters
must not rely on the fact that the supplied name is empty to determine whether to encode name or not.
Actions