Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ether:// face creation not working #51

Open
malldisaesar opened this issue Jun 21, 2023 · 5 comments
Open

ether:// face creation not working #51

malldisaesar opened this issue Jun 21, 2023 · 5 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@malldisaesar
Copy link

malldisaesar commented Jun 21, 2023

nfdc face create ether://[98:28:A6:3B:86:02] local dev://ens3

  • nfdc returns Error 406 when creating face: Unsupported scheme ether

  • YaNFD log contains WARN[3207] [FaceMgmt] Unable to create ether face with URI ether://[98:28:A6:3B:86:02]: Unsupported scheme ether://[]

@zjkmxy zjkmxy self-assigned this Jun 23, 2023
@zjkmxy
Copy link
Member

zjkmxy commented Jun 23, 2023

The current version of YaNFD only supports creating TCP and UDP faces after startup.
You may use the yanfd.toml file to let YaNFD create the Ethernet face when starting up.
I don't think I can add this feature because I lack devices to test.
People who are able to do so are welcome to submit Pull Requests.

@zjkmxy zjkmxy added the help wanted Extra attention is needed label Jun 23, 2023
@malldisaesar
Copy link
Author

Can you tell me how to make face ether from yanfd.toml ?

@zjkmxy
Copy link
Member

zjkmxy commented Jun 23, 2023

YaNFD supports multicast Ethernet face.
Set faces.ethernet.enabled to be true, put the multicast address, and YaNFD will create a face on every interface using that address.
There is no need to specify a host's MAC address or Ethernet interface.

@malldisaesar
Copy link
Author

It will make looping packet when more than 2 node or not? Because on nfd forwarder it make looping when i'm add route to multicast id

@Pesa Pesa changed the title ether://[] face creation not working ether:// face creation not working Jun 23, 2023
@zjkmxy
Copy link
Member

zjkmxy commented Jun 27, 2023

It will make looping packet when more than 2 node or not? Because on nfd forwarder it make looping when i'm add route to multicast id

I don't think it will. There is Interest aggregation preventing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant