CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2017/04/26 04:42:38
Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c Log message: cope with IP address changes. before, we were trying to resend the msg with the no-longer-available address over and over and over, requiring iked to be restarted eventually. instead, on EADDRNOTAVAIL, schedule SA deletion so a new one is set up shortly thereafter. ok reyk mikeb