[jboss-jira] [JBoss JIRA] (JGRP-1936) Probe: support pinging multiple multicast addresses
Bela Ban (JIRA)
issues at jboss.org
Thu Jun 25 01:56:02 EDT 2015
Bela Ban created JGRP-1936:
------------------------------
Summary: Probe: support pinging multiple multicast addresses
Key: JGRP-1936
URL: https://issues.jboss.org/browse/JGRP-1936
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.4
{{probe.sh -addr 224.0.75.75}} pings all members in a network which joined multicast address {{224.0.75.75}}.
However, sometimes, it would be desirable to ping *multiple multicast groups*.
This can now be done by specifying {{-addr}} multiple times, e.g.
{{probe.sh -addr 224.0.75.75 -addr 228.5.5.5}}
Also, IPv6 and IPv4 clusters can be pinged at the same time, e.g.
{{java org.jgroups.tests.Probe -addr ff0e::0:75:75 -addr 224.0.75.75}}
We can also list multicast and unicast addresses:
{{java org.jgroups.tests.Probe -addr ff0e::0:75:75 -addr 192.168.1.3}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list