[Bug 205263] Fix for netwait boot order issues and other bugs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 12 05:05:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205263

            Bug ID: 205263
           Summary: Fix for netwait boot order issues and other bugs
           Product: Base System
           Version: 10.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: brendan+freebsd at bbqsrc.net

Created attachment 164144
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164144&action=edit
netwait fix patch

There are a few issues with using netwait with late-appearing devices such as
USB ethernet controllers that are fixed in the proposed patch:

 - $netwait_if_timeout would always bail out on first iteration if no interface
found
 - Added netwait to NETWORKING after netif to ensure it runs at the correct
time
 - $netwait_ip was mandatory even though making it optional does not break
anything
 - Minor improvements to console text to make logging clearer

With this patch, my system boots properly, with correct routing.

I hope the patch is of some use, and look forward to your feedback. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list