Bug #2718
closed
ndn-autoconfig manpage doesn't specify which prefixes are automatically registered upon successful discovery of the hub
Added by Alex Afanasyev about 10 years ago.
Updated almost 10 years ago.
Description
Currently, two prefixes are automatically registered when hub is discovered and connected to:
/ndn
/localhop/nfd
--- this to indicate RIB manager that there is connectivity to the hub
- Description updated (diff)
- Assignee set to Yumin Xia
Beichuan decides to assign this to Yumin.
So the work is to add these two lines to the NFD/docs/manpages/ndn-autoconfig.rst file? Which line should I add them or should I figure it out by myself?
add these two lines to the NFD/docs/manpages/ndn-autoconfig.rst file?
Yes.
Which line should I add them or should I figure it out by myself?
Have a look at other manpages in NDN projects and other UNIX programs.
The purpose is to make reader understand the behavior.
I just tried to use 'ndn-autoconfig' in my laptop, after the hub is discovered, the following message showed up:
$ ndn-autoconfig
Trying multicast discovery...
About to connect to: tcp4://131.179.196.46:6363
Successfully created face: ControlParameters(FaceId: 262, Uri: tcp4://131.179.196.46:6363, )
Successful in name registration: ControlParameters(Name: /ndn, FaceId: 262, Origin: 66, Cost: 100, Flags: 1, ExpirationPeriod:
9223372036854775807 milliseconds, )
Successful in name registration: ControlParameters(Name: /localhop/nfd, FaceId: 262, Origin: 66, Cost: 100, Flags: 1,
hExpirationPeriod: 9223372036854775807 milliseconds, )
So, is there something wrong with the task description? should it be '/localhost/nfd' or '/localhop/nfd' ?
Thanks,
Yumin
- Description updated (diff)
Answer to note-5:
It's /localhop/nfd
.
- Status changed from New to In Progress
- Status changed from In Progress to Code review
- Status changed from Code review to Closed
- Status changed from Closed to Code review
An issue is to remain open until all Changes have been merged.
- Status changed from Code review to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF