]> git.gsnw.org Git - fping.git/commit
Test ping to "all IPv6 nodes" multicast address
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Tue, 6 Feb 2024 20:55:09 +0000 (21:55 +0100)
committerDavid Schweikert <david@schweikert.ch>
Wed, 7 Feb 2024 07:55:51 +0000 (08:55 +0100)
commitd312a278d5a51c4950b27a4c3bbe3ae888eef4d8
treedccf36ef89717e13cb5a2de42934937dc90e4fdf
parentef74f642d12bf699c77cf76ce74a6ae4b8955ebd
Test ping to "all IPv6 nodes" multicast address

Any Echo Response packet uses a different source address than
used for the target, because it is not allowed to use a multicast
address as source.  This results in extra output in a specific
format on standard error.

This should work, because IPv6 requires multicast support, and
every IPv6 node is supposed to join the "all nodes" multicast
group, including the node the test runs on.  It at least works
on my Ubuntu 20.04 LTS system.
ci/test-01-basics.pl