Task #3867
openautoconfig: move from NFD repository
0%
Description
Move ndn-autoconfig
and ndn-autoconfig-server
programs from NFD repository, because they are NDN tools not NFD tools.
Updated by Junxiao Shi almost 8 years ago
- Blocks Feature #2426: ndn-autoconfig: Use face query operation to request multicast faces only added
Updated by Junxiao Shi almost 8 years ago
- Status changed from New to Abandoned
- Assignee set to Junxiao Shi
https://gerrit.named-data.net/3358
I made an attempt to move the code, but then I found a NFD/autoconfig.conf.sample file and related #2716.
It seems that nfd-start
depends on autoconfig, so that it cannot be moved.
Thus, I'm abandoning this issue.
Updated by Junxiao Shi over 7 years ago
- Is duplicate of Task #4035: ndn-autoconfig: move to ndn-tools added
Updated by Davide Pesavento almost 6 years ago
- Blocks deleted (Feature #2426: ndn-autoconfig: Use face query operation to request multicast faces only)
Updated by Davide Pesavento almost 6 years ago
- Is duplicate of deleted (Task #4035: ndn-autoconfig: move to ndn-tools)
Updated by Davide Pesavento almost 6 years ago
- Has duplicate Task #4035: ndn-autoconfig: move to ndn-tools added
Updated by Davide Pesavento almost 6 years ago
- Tracker changed from Feature to Task
- Status changed from Abandoned to New
- Assignee changed from Junxiao Shi to Davide Pesavento
- Estimated time deleted (
1.50 h)
Junxiao Shi wrote:
I made an attempt to move the code, but then I found a NFD/autoconfig.conf.sample file and related #2716.
It seems thatnfd-start
depends on autoconfig, so that it cannot be moved.
This isn't a valid reason. This dependency is optional at best. The logic should be: if the user has installed and enabled ndn-autoconfig
, then start it after nfd
, otherwise proceed without it. There is no requirement to have both programs in the same repository.
By the way, this is exactly the same logic implemented in the new systemd service files (#4594). nfd-start
should just use systemctl
to start nfd
on platforms that use systemd.