From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 18:53:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8DC3106564A for ; Sat, 30 Oct 2010 18:53:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B98C8FC17 for ; Sat, 30 Oct 2010 18:53:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UIr9Rj094134 for ; Sat, 30 Oct 2010 18:53:09 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UIr9Iq094133 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 18:53:09 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010301853.o9UIr9Iq094133@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 30 Oct 2010 18:52:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec ipsec.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 18:53:09 -0000 bz 2010-10-30 18:52:44 UTC FreeBSD src repository Modified files: sys/netipsec ipsec.c Log: SVN rev 214565 on 2010-10-30 18:52:44Z by bz Announce both IPsec and UDP Encap (NAT-T) if available for feature_present(3) checks. This will help to run-time detect and conditionally handle specific optionas of either feature in user space (i.e. in libipsec). Descriptions read by: rwatson MFC after: 2 weeks Revision Changes Path 1.59 +5 -0 src/sys/netipsec/ipsec.c