[jboss-jira] [JBoss JIRA] (WFLY-3478) subnet-match is completely broken
Rich DiCroce (JIRA)
issues at jboss.org
Tue Jun 10 15:03:15 EDT 2014
Rich DiCroce created WFLY-3478:
----------------------------------
Summary: subnet-match is completely broken
Key: WFLY-3478
URL: https://issues.jboss.org/browse/WFLY-3478
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 8.1.0.Final
Reporter: Rich DiCroce
Assignee: Jason Greene
subnet-match does not respect the value attribute. Instead, it seems to just pick the first interface it finds. No matter what I specify as a value, even if it's a value that's complete nonsense and doesn't match any IP address on my system, e.g.
{code:xml}
<interface name="public">
<subnet-match value="1.2.3.0/24"/>
</interface>
{code}
the ports end up bound to the only interface that is currently connected
{noformat}
14:45:16,740 INFO [stdout] (ServerService Thread Pool -- 40) -------------------------------------------------------------------
14:45:16,740 INFO [stdout] (ServerService Thread Pool -- 40) GMS: address=normandy/GamingPortal, cluster=GamingPortal, physical address=192.168.1.105:3100
14:45:16,741 INFO [stdout] (ServerService Thread Pool -- 40) -------------------------------------------------------------------
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the jboss-jira
mailing list