Project

General

Profile

Actions

Feature #4010

closed

FaceUri syntax for unicast Ethernet faces

Added by Alex Afanasyev about 7 years ago. Updated about 7 years ago.

Status:
Abandoned
Priority:
Normal
Assignee:
Category:
Utils
Target version:
Start date:
03/26/2017
Due date:
% Done:

80%

Estimated time:

Description

Update documentation and update FaceUri implementation to support FaceUri in format

ether://[3c:15:c2:b8:b1:7e%25en0]
Actions #1

Updated by Davide Pesavento about 7 years ago

  • Tracker changed from Task to Feature
  • Category changed from Management to Utils
  • Status changed from In Progress to Code review
  • % Done changed from 50 to 80
Actions #3

Updated by Davide Pesavento about 7 years ago

Actually, I'm not sure if this is the correct design.

The syntax ether://[3c:15:c2:b8:b1:7e%25en0] was modeled after the link-local syntax proposed in #1428. However the semantics in the two cases are completely different. In the link-local address case, the interface name is used to disambiguate the address, because the address has link scope, so another link may have the same address. But both the address part and the interface name part refer to the same endpoint. Here instead the proposed syntax is abusing the scope identifier to represent two endpoints (remote and local) in a single FaceUri.

I think the way to go is to finally support a LocalUri field in faces/create management requests (see also #3471). That is, assuming we want to expose unicast ethernet face creation through the management protocol. With LocalUri+RemoteUri in faces/create, we don't need any additional FaceUri syntax, because existing ether:// and dev:// schemes already cover all use cases.

Actions #4

Updated by Alex Afanasyev about 7 years ago

I kind of agree in principle, but if we going to get blocked by this for another half a year, I very much disagree.

If we proceed with localUri in create, who will work on this and can we make it work within a week?

Actions #5

Updated by Alex Afanasyev about 7 years ago

  • Status changed from Code review to Abandoned

March 27, 2017 call agreed with Davide's comments and we are abandoning this issue and will proceed ASAP with adding localUri to face create.

Actions

Also available in: Atom PDF