<div dir="ltr"><div><div><div><div><div><div><div>Hi guys,<br><br></div>JGroups <a href="https://github.com/wildfly/wildfly/pull/6805">update</a> exposed a problem with our ipv6 testing on our CI.<br></div>To fix that we had to modify the network configuration on all build agents <br>and config how ipv6 testsuite is ran.<br><br></div>As part of work we also simplified testing on ipv6 where now all you <br></div>need to pass to testsuite is -Dipv6.<br><br></div>for anyone of you that runs ipv6 testsuite locally on linux add this config for your network:<br><br># Allow loopback to multicast<br>ip -6 route add table local local ff13::/16 dev lo metric 5<br><br># Add an additional &quot;unique&quot; address to lo for clustering tests<br>ifconfig lo add fccc::2/128<br><br><br></div>Anyone that has currently open PR that is not merged yet, to rebase them <br>as otherwise you will get clustering &amp; domain ipv6 related  test failures.<br><br><br>--<br></div><div>tomaz<br></div></div>