From nobody@FreeBSD.org  Sat Dec 20 19:11:33 2003
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED35216A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2003 19:11:33 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDA143D5C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2003 19:11:33 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id hBL3BXdL042241
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 20 Dec 2003 19:11:33 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id hBL3BXhI042240;
	Sat, 20 Dec 2003 19:11:33 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200312210311.hBL3BXhI042240@www.freebsd.org>
Date: Sat, 20 Dec 2003 19:11:33 -0800 (PST)
From: "George V. Neville-Neil" <gnn@neville-neil.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: PF_KEY protocol does not have a corresponding AF_KEY address family
X-Send-Pr-Version: www-2.0

>Number:         60448
>Category:       kern
>Synopsis:       PF_KEY protocol does not have a corresponding AF_KEY address family
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 20 19:20:17 PST 2003
>Closed-Date:    Tue Feb 12 06:18:25 UTC 2008
>Last-Modified:  Tue Feb 12 06:18:25 UTC 2008
>Originator:     George V. Neville-Neil
>Release:        -CURRENT (5.2 RC 1)
>Organization:
Neville-Neil Consulting
>Environment:
     
>Description:
The PF_KEY protocol which is the user level access to the IPSec SA Database does not
have a corresponding AF_KEY address family which means that user level applications
use a wacky way of opening a socket:

socket(PF_KEY, ...., PF_KEY)

We should supply an AF_KEY.
     
>How-To-Repeat:
Look at net/socket.h in the source tree.

     
>Fix:

     
>Release-Note:
>Audit-Trail:

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, gnn@neville-neil.com
Cc:  
Subject: Re: kern/60448: PF_KEY protocol does not have a corresponding AF_KEY
 address family
Date: Mon, 11 Feb 2008 12:12:18 +0100

 in sys/socket.h there is:
 
 #define pseudo_AF_KEY   27     /* Internal key-management function */
 
 Can we close this PR or do you think there should be done anything more?

From: gnn@FreeBSD.org
To: Volker <volker@vwsoft.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: kern/60448: PF_KEY protocol does not have a corresponding AF_KEY address family
Date: Tue, 12 Feb 2008 11:39:18 +0900

 At Mon, 11 Feb 2008 12:12:18 +0100,
 Volker wrote:
 > 
 > in sys/socket.h there is:
 > 
 > #define pseudo_AF_KEY   27     /* Internal key-management function */
 > 
 > Can we close this PR or do you think there should be done anything more?
 > 
 
 No, this seems fine.
 
 Best,
 George
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Tue Feb 12 06:18:24 UTC 2008 
State-Changed-Why:  
George thinks that the changes that had been made in the past are OK, 
close th eticket. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60448 
>Unformatted:
