Actions
Feature #4017
closednfdc face create: LocalUri
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Accept "local" argument in nfdc face create
command.
nfdc face create [remote] <FACEURI> [[persistency] <PERSISTENCY>] [local <FACEURI>]
Updated by Alex Afanasyev over 7 years ago
- Blocked by Feature #4016: ProtocolFactory::createFace accepts LocalUri added
Updated by Junxiao Shi over 7 years ago
- Tracker changed from Task to Feature
- Subject changed from Extend `nfdc face create` to support "remote" face URI to nfdc face create: LocalUri
- Description updated (diff)
- Estimated time set to 3.00 h
I've moved "local" after "persistency" because named arguments must be placed after positional arguments, and "persistency" is a positional argument.
Updated by Davide Pesavento over 7 years ago
- Is duplicate of Feature #3471: nfdc create: allow specifying local URI added
Updated by Junxiao Shi over 7 years ago
- Blocked by Feature #4015: Accept LocalUri in FaceCreateCommand added
Updated by Junxiao Shi over 7 years ago
- Blocked by deleted (Feature #4016: ProtocolFactory::createFace accepts LocalUri)
Updated by Junxiao Shi over 7 years ago
- % Done changed from 0 to 70
https://gerrit.named-data.net/3810 extends nfdc face create
command to accept local
command line argument.
The implementation does not actually support creating Ethernet unicast faces, because dev
scheme cannot be canonized. #4027 will add that feature. However, #4027 does not block this issue because the current implementation already fulfills the protocol requirement of canonizing both remote FaceUri and local FaceUri.
Updated by Junxiao Shi over 7 years ago
- Status changed from In Progress to Closed
- Start date deleted (
03/27/2017) - % Done changed from 70 to 100
Actions