CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/06/01 04:52:28
Modified files: sbin/iked : ikev2.c Log message: ikev2_cp_fixaddr() is called to replace unspecified (e.g. 0.0.0.0) addresses by specified (e.g. 192.0.2.1) ones. The function should return if the address is already set. The check was wrong for the IPv6 case, as it returned if it's not set. This caused the address to never be fixed. ok markus@ mikeb@