Skip to content

Instantly share code, notes, and snippets.

@OndraZizka
Created March 6, 2012 08:13
Show Gist options
  • Save OndraZizka/1984867 to your computer and use it in GitHub Desktop.
Save OndraZizka/1984867 to your computer and use it in GitHub Desktop.
<xmcast >ff01::1</xmcast> <!-- ff01::1 is IPv6 Node-Local scope mcast addr. -->
<xmcast.jgroupsDiag>ff01::2</xmcast.jgroupsDiag>
<xmcast.modcluster >ff01::3</xmcast.modcluster>
</properties>
</profile>
<!-- Ugly workaround for MANTRUN-172 :/ See AS7-3993. -->
<profile>
<id>ts.ipv6.dummy.mcast</id>
<activation><property><name>mcast</name></property></activation>
<properties> <mcast >${mcast}</mcast> </properties>
</profile>
<profile>
<id>ts.ipv6.dummy.mcast.jgroupsDiag</id>
<activation><property><name>mcast.jgroupsDiag</name></property></activation>
<properties> <mcast.jgroupsDiag>${mcast.jgroupsDiag}</mcast.jgroupsDiag> </properties>
</profile>
<profile>
<id>ts.ipv6.dummy.mcast.modcluster</id>
<activation><property><name>mcast.modcluster</name></property></activation>
<properties> <mcast.modcluster >${mcast.modcluster}</mcast.modcluster> </properties>
</profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment