[BACK]Return to isakmp_inf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / dist / ipsec-tools / src / racoon

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c between version 1.14.4.1 and 1.14.4.2

version 1.14.4.1, 2007/02/01 08:51:33 version 1.14.4.2, 2007/02/15 13:02:07
Line 524  isakmp_info_recv_d(iph1, delete, msgid, 
Line 524  isakmp_info_recv_d(iph1, delete, msgid, 
                         if (del_ph1->scr)                          if (del_ph1->scr)
                                 SCHED_KILL(del_ph1->scr);                                  SCHED_KILL(del_ph1->scr);
   
                         purge_remote(del_ph1);                          /*
                            * Do not delete IPsec SAs when receiving an IKE delete notification.
                            * Just delete the IKE SA.
                            */
                           isakmp_ph1expire(del_ph1);
                 }                  }
                 break;                  break;
   

Legend:
Removed from v.1.14.4.1  
changed lines
  Added in v.1.14.4.2

CVSweb <webmaster@jp.NetBSD.org>