| Summary: | [ipsec] sequence number in a SADB_X_SPDGET response is set to zero | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Tobias Brunner <tobias.brunner> |
| Component: | kern | Assignee: | Andrey V. Elsukov <ae> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | ae |
| Priority: | Normal | ||
| Version: | 7.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Tobias Brunner
2009-07-31 17:00:09 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-net Over to maintainer(s). Responsible Changed From-To: freebsd-net->bz Take this one. Responsible Changed From-To: bz->gnn I shall not use bugzilla (at least until we will have a CLI). I touched this code recently, so I'll take this PR. A commit references this bug: Author: ae Date: Wed May 20 11:59:53 UTC 2015 New revision: 283146 URL: https://svnweb.freebsd.org/changeset/base/283146 Log: In the reply to SADB_X_SPDGET message use the same sequence number that was in the request. Some IKE deamons expect it will the same. Linux and NetBSD also follow this behaviour. PR: 137309 MFC after: 2 weeks Changes: head/sys/netipsec/key.c A commit references this bug: Author: ae Date: Wed Jun 3 02:50:59 UTC 2015 New revision: 283937 URL: https://svnweb.freebsd.org/changeset/base/283937 Log: MFC r283146: In the reply to SADB_X_SPDGET message use the same sequence number that was in the request. Some IKE deamons expect it will the same. Linux and NetBSD also follow this behaviour. PR: 137309 Changes: _U stable/10/ stable/10/sys/netipsec/key.c Fixed in head/ and stable/10. Thanks! |