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