CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/11/28 13:24:33
Modified files:
sys/netinet : in.c
Log message:
Only call ifa_del() when no error happend previously. Do the same thing
for dohooks() since it makes no sense to call the if_addrhooks when the
address assignment failed. Additionally only call ifa_add() in
in_ifinit() when no error happend. Fixes a carp(4) panic seen by dhill
and dlg. OK henning@, dlg@
