Actions
Bug #4178
closedUnnecessary readvertise of names under site prefix
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
07/09/2017
Due date:
% Done:
0%
Estimated time:
Description
Steps to reproduce on NDN testbed:
- Send a prefix registration command to ARIZONA node for
/ndn/edu/arizona/cs/shijunxiaoprefix with origin=client. - Observe the RIB on another node.
Actual: /ndn/edu/arizona/cs/shijunxiao prefix has been readvertised alongside /ndn/edu/arizona.
Expected: /ndn/edu/arizona/cs/shijunxiao prefix is not readvertised because it falls under a statically configured site prefix /ndn/edu/arizona. However, in case /ndn/edu/arizona is withdrawn by editing config or nlsrc command, /ndn/edu/arizona/cs/shijunxiao should then be readvertised.
Actions