We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happens on tailscale managed interface: in gdb ifa looks like:
ifa
(gdb) print *ifa $2 = {ifa_next = 0x555555704b90, ifa_name = 0x555555704b7c "tailscale0", ifa_flags = 69841, ifa_addr = 0x0, ifa_netmask = 0x0, ifa_ifu = {ifu_broadaddr = 0x0, ifu_dstaddr = 0x0}, ifa_data = 0x5555557059b8}
Observed on Ubuntu OS 22.04 with libfabric 1.11.0-3, but the issue seems applicable to all versions of ofi_ifname_toaddr.
libfabric 1.11.0-3
ofi_ifname_toaddr
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This happens on tailscale managed interface:
in gdb
ifa
looks like:Observed on Ubuntu OS 22.04
with
libfabric 1.11.0-3
, but the issue seems applicable to all versions ofofi_ifname_toaddr
.The text was updated successfully, but these errors were encountered: