cope with IP address changes. before, we were trying to resend the msg
authorhenning <henning@openbsd.org>
Wed, 26 Apr 2017 10:42:38 +0000 (10:42 +0000)
committerhenning <henning@openbsd.org>
Wed, 26 Apr 2017 10:42:38 +0000 (10:42 +0000)
commita6fc7f598493fc8d40355544645125904276fb23
treeb2525b094158654963c965e2a855114a2627a868
parent15e40f9a70a5f42c5f444f271ac3c124ca19a8ba
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
sbin/iked/iked.h
sbin/iked/ikev2.c
sbin/iked/ikev2_msg.c