Actions
Feature #2665
closedNetDeviceFace: show NetDevice Address as LocalUri
Start date:
03/22/2015
Due date:
% Done:
100%
Estimated time:
Description
Currently, all NetDeviceFace
s have netDeviceFace://
as RemoteUri and LocalUri.
This isn't useful for distinguishing between those faces.
LocalUri should be changed to contain netDevice.GetAddress()
, such as:
"netdev:///" + boost::lexical_cast<std::string>(netdev->GetAddress())
Caution: Ensure the FaceUri is valid.
The example above puts the address to Path part of FaceUri, because the rules are looser than Host part.
Updated by Alex Afanasyev about 8 years ago
- Category set to helpers
- Assignee set to Alex Afanasyev
- Target version set to 2.2
- % Done changed from 0 to 100
Updated by Alex Afanasyev about 8 years ago
- Status changed from New to Code review
Updated by Alex Afanasyev about 8 years ago
- Status changed from Code review to Closed
Actions