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

[Bug] iface component of raweth locator ignored #340

Closed
gmartin82 opened this issue Feb 2, 2024 · 0 comments · Fixed by #341
Closed

[Bug] iface component of raweth locator ignored #340

gmartin82 opened this issue Feb 2, 2024 · 0 comments · Fixed by #341
Labels
bug Something isn't working

Comments

@gmartin82
Copy link
Contributor

gmartin82 commented Feb 2, 2024

Describe the bug

The iface component of a raweth locator is currently ignored when a Zenoh Pico session is configured to communicate via raweth. Instead the default interface (as specified in config.h) is used.

To reproduce

  1. Start the Zenoh Pico z_pub example which is configured to listen to a raweth endpoint on a non-standard interface. e.g.:

$ sudo ./z_pub -m peer -l reth/0#iface=enp0s3

  1. Observe in Wireshark that messages are not sent via the specified interface.
  2. Observe in Wireshark that messages are sent via the default interface.

System info

  • Platform: Ubuntu 22.04
  • CPU: Intel i7-1260P
  • Zenoh Pico Commit: #2d9d6e3
@gmartin82 gmartin82 added the bug Something isn't working label Feb 2, 2024
@gmartin82 gmartin82 changed the title [Bug] iface component of RAW ETH locator ignored [Bug] iface component of raweth locator ignored Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant