Date: Fri, 19 Jun 2009 21:01:55 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netipsec key.c Message-ID: <200906192102.n5JL2JDu004151@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-06-19 21:01:55 UTC FreeBSD src repository Modified files: sys/netipsec key.c Log: SVN rev 194513 on 2009-06-19 21:01:55Z by bz Move setting of ports from NAT-T below key_getsah() and actually below key_setsaval(). Without that, the lookup for the SA had failed as we were looking for a SA with the new, updated port numbers instead of the old ones and were comparing the ports in key_cmpsaidx(). This makes updating the remote -> local SA on the initiator work again. Problem introduced with: p4 changeset 152114 Revision Changes Path 1.55 +9 -8 src/sys/netipsec/key.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906192102.n5JL2JDu004151>