1# Example of IPv6 based build.properties
2# Replace the IPv6 addresses with your own
3
4# the network interface (NIC) which will be used by the unit tests, change this to
5# the one you want to use. Note that 'localhost' usually resolved to 127.0.0.1,
6# which may not work on Linux unless you have a multicast route set up for loopback
7jgroups.bind_addr=fe80::21b:21ff:fe07:a3b0%3
8jgroups.tcpping.initial_hosts=fe80::21b:21ff:fe07:a3b0%3[7800],fe80::21b:21ff:fe07:a3b0%3[7801]
9jgroups.tunnel.gossip_router_hosts=fe80::21b:21ff:fe07:a3b0%3[12001]
10jgroups.udp.mcast_addr=ff0e::5:6:7
11jgroups.udp.mcast_port=45588
12jgroups.udp.ip_ttl=5
13# use true for IPv6 and false for IPv4
14jgroups.useIPv6=true
15
16
17