]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 311475
authorsephe <sephe@FreeBSD.org>
Tue, 21 Feb 2017 02:10:02 +0000 (02:10 +0000)
committersephe <sephe@FreeBSD.org>
Tue, 21 Feb 2017 02:10:02 +0000 (02:10 +0000)
commit2c8109bc38532d079c2863e35eb0ec524fa33754
tree3aa6b9eeeb67206c0531687e4c6605ea28acf4fa
parent3d2189e5eb0b4e56014eee12ea5f0dc3c3dd98da
MFC 311475

    if: Defer the if_up until the ifnet.if_ioctl is called.

    This ensures the interface is initialized by the interface driver
    before it can be used by the rest of the system.

    Reviewed by:    jhb, karels, gnn
    Sponsored by:   Microsoft
    Differential Revision:  https://reviews.freebsd.org/D8905
sys/net/if.c