Actions
Bug #3276
closedFace creation error for ethernet faces
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Faces
Target version:
-
Start date:
10/19/2015
Due date:
% Done:
0%
Estimated time:
Description
Ethernet face registration fails with an error that seems to imply an internal issue.
$ nfdc register / ether://[6c:70:9f:d1:36:75]
ERROR: Face creation failed : Face creation failed: EthernetFactory does not support 'createFace' operation (code 500)
Steps to replicate:
- On OS X 10.11
- Clone and build ndn-cxx, nfd
- Run nfd-start
- Run nfdc command as given above
Trace-level logs attached
Files
Updated by Junxiao Shi over 9 years ago
- Description updated (diff)
- Status changed from New to Rejected
This behavior is by design.
Don't attempt to create an Ethernet face.
Instead, pass its FaceId to nfdc register
command so a route can be registered to an existing face.
Updated by charif mahmoudi over 8 years ago
Junxiao Shi wrote:
This behavior is by design.
Don't attempt to create an Ethernet face.
Instead, pass its FaceId tonfdc register
command so a route can be registered to an existing face.
That means that only multicast ether faces are available for native NDN ?
Updated by Junxiao Shi over 8 years ago
That means that only multicast ether faces are available for native NDN ?
Ethernet faces are always multicast.
See NFD devguide "Ethernet transport" section for rationale.
Actions