You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Observe in Wireshark that messages are not sent via the specified interface.
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
The text was updated successfully, but these errors were encountered:
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
$ sudo ./z_pub -m peer -l reth/0#iface=enp0s3
System info
The text was updated successfully, but these errors were encountered: