mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 374 forks source link

Unable to ping host with link-local IPv6 address #446

Closed prosperv closed 2 years ago

prosperv commented 3 years ago

While I'm able to ping a host on the same network with the global IPv6 address, I'm not able to ping the same host with the link-local IPv6 address (fe80::). I get a socket_write_error with the message "Network is unreachable" (errno = 101).

Is this expected? Is there a way I can I modify the sockets to get this to work?