]
Bela Ban resolved JGRP-1885.
----------------------------
Resolution: Done
bind_addr of 0.0.0.0 should throw an exception
----------------------------------------------
Key: JGRP-1885
URL:
https://issues.jboss.org/browse/JGRP-1885
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.5.1, 3.6
Setting {{bind_addr}} to {{0.0.0.0}} breaks communication as there's no way to route
a message to {{0.0.0.0:46677}}, beyond the local host.
SOLUTION: throw an exception when bind_addr is set to the wildcard address. This can be
done in the code which checks {{@LocalAddress}}.