CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/13 08:33:25
Modified files:
sys/net : if.c
Log message:
While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruption
in the case where the rdomain was not switched. Make sure ifa_add() is
only called if ifa_del() was called previously. Hopefully we got all the
corruption fixed.
With and OK mpi@
