[infinispan-issues] [JBoss JIRA] (ISPN-11021) AND logic for selecting a network interface

Tristan Tarrant (Jira) issues at jboss.org
Tue Dec 3 02:30:00 EST 2019


Tristan Tarrant created ISPN-11021:
--------------------------------------

             Summary: AND logic for selecting a network interface
                 Key: ISPN-11021
                 URL: https://issues.jboss.org/browse/ISPN-11021
             Project: Infinispan
          Issue Type: Enhancement
          Components: Server
    Affects Versions: 10.1.0.Beta1
            Reporter: Tristan Tarrant
            Assignee: Tristan Tarrant


We need a way to combine strategies with AND as well, not just OR, but maybe later.
See ISPN-10730.
This could use an additional wrapping element `<and>`:


{code:xml}
<interface name="public">
  <and>
     <match-interface value="en.*"/>
     <site-local/>
  </and>
  <inet-address value="${infinispan.bind.address:127.0.0.1}"/>
</interface>
{code}





--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list