]
Brian Stansberry reassigned AS7-684:
------------------------------------
Assignee: Brian Stansberry
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
Assignee: 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: