Searched hist:a98dc5e6a7e06f59f59bec80e3e56a71567d03ca (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | if_gif.c | diff a98dc5e6a7e06f59f59bec80e3e56a71567d03ca Sun Jun 03 19:31:11 CEST 2001 Yaroslav Tykhiy <ytykhiy@gmail.com> First, wrap the if_up() call into splimp()/splx() because if_up() must be called at splnet or higher. Second, set the IFF_RUNNING flag on an interface after its resources (i.e. tunnel source and destination addresses) have been set. Note that we don't set IFF_UP because it is if_up()'s job to do that.
PR: kern/27851 Submitted by: Horacio J. PeÓa <horape@compendium.com.ar> diff a98dc5e6a7e06f59f59bec80e3e56a71567d03ca Sun Jun 03 19:31:11 CEST 2001 Yaroslav Tykhiy <ytykhiy@gmail.com> First, wrap the if_up() call into splimp()/splx() because if_up() must be called at splnet or higher. Second, set the IFF_RUNNING flag on an interface after its resources (i.e. tunnel source and destination addresses) have been set. Note that we don't set IFF_UP because it is if_up()'s job to do that.
PR: kern/27851 Submitted by: Horacio J. PeÓa <horape@compendium.com.ar>
|