Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-684

Interface criteria matching misses subinterfaces (aka virtual interfaces)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.CR1
    • None
    • Domain Management
    • None

    Description

      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"/>

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: