[infinispan-issues] [JBoss JIRA] (ISPN-10421) ServerNG: semantic network address configuration

Tristan Tarrant (Jira) issues at jboss.org
Fri Jul 19 08:20:00 EDT 2019


     [ https://issues.jboss.org/browse/ISPN-10421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-10421:
-----------------------------------
    Status: Open  (was: New)


> 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
>            Priority: Major
>             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)


More information about the infinispan-issues mailing list