]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 311475
authorsephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Feb 2017 03:00:33 +0000 (03:00 +0000)
committersephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Feb 2017 03:00:33 +0000 (03:00 +0000)
commit0490fe66da56412968efb3e230afb8462414a991
tree3e3999954be320bdc76a1a4aefc6c0224acd97d8
parent0a3396b26d605b185e4619528d916f378f1b719f
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@314017 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if.c