Comment 1 for bug 1546930

Revision history for this message
James Page (james-page) wrote :

Confirmed

        for nic in list_nics():
            # Ignore virtual interfaces (bond masters will be identified from
            # their slaves)
            if not is_phy_iface(nic):
                continue

Resolver code will skip virtual interfaces....