[Bug 223382] PFKey SA Update Prevents UDP-Encap SA From Updated Correctly
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 3 11:33:21 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223382
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: ae
Date: Fri Nov 3 11:33:13 UTC 2017
New revision: 325355
URL: https://svnweb.freebsd.org/changeset/base/325355
Log:
Use correct pointer in key_updateaddresses() when updating NAT-T config.
key_updateaddresses() is used to update SA addresses and NAT-T
configuration in SADB_UPDATE message. This is done using cloning SA
content from old SA into new one. But addresses and NAT-T configuration
are taking from SADB_UPDATE message. Use newsa pointer to set NAT-T
properties into cloned SA.
PR: 223382
MFC after: 1 week
Changes:
head/sys/netipsec/key.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list