]
Bela Ban resolved JGRP-2113.
----------------------------
Resolution: Done
TP: support multiple entries in bind_addr
-----------------------------------------
Key: JGRP-2113
URL:
https://issues.jboss.org/browse/JGRP-2113
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0
Add support for multiple entries in {{bind_addr}}, e.g.
{code:xml}
bind_addr="match-interface:eth2,10.5.5.5,match-interface:en*,127.0.0.1"
{code}
This would try to bind to {{eth2}} first. If not found, then an interface with address
{{10.5.5.5}} would be tried, then an interface starting with {{en}} would be tried. If
still not found, we'd bind to {{127.0.0.1}}.