Tristan Tarrant created ISPN-10421:
--------------------------------------
Summary: ServerNG: semantic network address configuration
Key: ISPN-10421
URL:
https://issues.jboss.org/browse/ISPN-10421
Project: Infinispan
Issue Type: Sub-task
Components: Configuration, Server
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Beta5
Use semantic naming for interface / network address selection compatible with JGroups
http://www.jgroups.org/manual4/index.html#Transport
* GLOBAL Picks a global IP address if available. If not, falls back to a SITE_LOCAL IP
address.
* SITE_LOCAL Picks a site local (non routable) IP address, e.g. from the 192.168.0.0 or
10.0.0.0 address range.
* LINK_LOCAL Picks a link-local IP address, from 169.254.1.0 through 169.254.254.255.
* NON_LOOPBACK Picks any non loopback address.
* LOOPBACK Pick a loopback address, e.g. 127.0.0.1.
* match-interface Pick an address which matches a pattern against the interface name, e.g.
match-interface:eth.\*
* match-address Pick an address which matches a pattern against the host address, e.g.
match-address:192.168.\*
* match-host Pick an address which matches a pattern against the host name, e.g.
match-host:linux.\*
--
This message was sent by Atlassian Jira
(v7.12.1#712002)