[jboss-jira] [JBoss JIRA] Created: (AS7-684) Interface criteria matching misses subinterfaces (aka virtual interfaces)
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Apr 27 15:22:18 EDT 2011
Interface criteria matching misses subinterfaces (aka virtual interfaces)
-------------------------------------------------------------------------
Key: AS7-684
URL: https://issues.jboss.org/browse/AS7-684
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Fix For: 7.0.0.CR1
NetworkInterfaceService.resolveInterface() is only iterating through the NetworkInterface enumeration returned by NetworkInterface.getNetworkInterfaces(). It also needs to iterate through any NI's returned by calling ni.getSubInterfaces() on each of the non-virtual interfaces.
Goal: we want this to work:
<nic name="eth0:1"/>
Right now only this will work:
<nic name="eth0"/>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list