Date: Mon, 19 Apr 2004 10:28:16 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Message-ID: <200404191728.i3JHSG23075831@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2004/04/19 10:28:16 PDT FreeBSD src repository Modified files: sys/net if.c Log: Fix a recently introduced panic in if_detach() by delaying the invalidation of ifindex_table[] entry. Probably this code should be moved even further down, but for the time being let's do it this way. Revision Changes Path 1.190 +11 -11 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404191728.i3JHSG23075831>