http://defect.opensolaris.org/bz/show_bug.cgi?id=12567
--- Comment #5 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-11-10 17:23:51 UTC --- (In reply to comment #4) > [...] > The solution, I think, is to strictly apply the NoNet location to > cases where no IP NCUs are online, overriding even manual location selections. That was the implementation of nwamd_loc_check_conditions() until the fix for bug 10860. That bug and the subsequent fix arose to handle the condition "ncu foo is-not active". The problem was that because no NCUs were online, we were activating the NoNet location when there was a conditional location that was satisfied. The fix reordered the checks so that we looked through the conditions first and then checked the NCUs only if no conditions were satisfied. I think the fix should activate the NoNet location only if there are no "ncu foo is-not active" conditions. -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
