[jboss-jira] [JBoss JIRA] Resolved: (AS7-684) Interface criteria matching misses subinterfaces (aka virtual interfaces)

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Jun 22 01:22:24 EDT 2011


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

Brian Stansberry resolved AS7-684.
----------------------------------

    Resolution: Done


> 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: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list