Summary: | [ipsec] [patch] setkey(8) -D fails to report all SAs | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Mats Palmgren <mats.palmgren> | ||||||||
Component: | kern | Assignee: | Andrey V. Elsukov <ae> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | ae, gonzo | ||||||||
Priority: | Normal | ||||||||||
Version: | Unspecified | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Mats Palmgren
2005-11-01 15:40:17 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-net Tag as ipsec; assign to freebsd-net. Responsible Changed From-To: freebsd-net->vanhu Alraedy working on the problem for ipsec-tools, on which a similar patch has been added as a first workaround. For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped A commit references this bug: Author: ae Date: Sun Mar 11 19:26:35 UTC 2018 New revision: 330781 URL: https://svnweb.freebsd.org/changeset/base/330781 Log: Update pfkey_open() function to set socket's write buffer size to 128k and receive buffer size to 2MB. In case if system has bigger default values, do not lower them. This should partially solve the problem, when setkey(8) returns EAGAIN error on systems with many SAs or SPs. PR: 88336 Obtained from: NetBSD/ipsec-tools MFC after: 2 weeks Changes: head/lib/libipsec/pfkey.c A commit references this bug: Author: ae Date: Sun Mar 25 03:50:38 UTC 2018 New revision: 331527 URL: https://svnweb.freebsd.org/changeset/base/331527 Log: MFC r330781: Update pfkey_open() function to set socket's write buffer size to 128k and receive buffer size to 2MB. In case if system has bigger default values, do not lower them. This should partially solve the problem, when setkey(8) returns EAGAIN error on systems with many SAs or SPs. PR: 88336 Obtained from: NetBSD/ipsec-tools Changes: _U stable/11/ stable/11/lib/libipsec/pfkey.c Hello, There is a commit referencing this PR but it's not yet closed. Is there any pending work or can it be closed? Thanks The committed fix is a partial solution, but since there is no pending work, I'm closing it. |