Actions
Task #4351
closedRemove Wrong Parameter Check in ManagementTool::addRrset()
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/20/2017
Due date:
% Done:
0%
Estimated time:
Description
Now it throw an exception when the lable.size() is larger than one, indicating that we should use
addMultiLevelLabelRrset instead on those labels.
However, it is actually wrong in that, some labels, should just have size larger than 1, without AUTH records.
For example, for a d-key:
/parentZone/NDNS/childzone/dkey-1/CERT/version
It has multiLevelLabel: childzone/dkey-1
But we don't want a childzone AUTH record, which will override the real NS record.
Updated by Yumin Xia about 7 years ago
Addressed in: https://gerrit.named-data.net/#/c/3968
Actions