Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 12:56:35 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r239778 - stable/7/sys/netinet6
Message-ID:  <201208281256.q7SCuZpm070831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Tue Aug 28 12:56:35 2012
New Revision: 239778
URL: http://svn.freebsd.org/changeset/base/239778

Log:
  MFC r238877:
  
    Fix a comment that we do not have an SA yet but need to acquire one.

Modified:
  stable/7/sys/netinet6/ip6_ipsec.c
Directory Properties:
  stable/7/sys/   (props changed)

Modified: stable/7/sys/netinet6/ip6_ipsec.c
==============================================================================
--- stable/7/sys/netinet6/ip6_ipsec.c	Tue Aug 28 12:56:28 2012	(r239777)
+++ stable/7/sys/netinet6/ip6_ipsec.c	Tue Aug 28 12:56:35 2012	(r239778)
@@ -239,7 +239,7 @@ ip6_ipsec_output(struct mbuf **m, struct
 			    mtag->m_tag_id != PACKET_TAG_IPSEC_OUT_CRYPTO_NEEDED)
 				continue;
 			/*
-			 * Check if policy has an SA associated with it.
+			 * Check if policy has no SA associated with it.
 			 * This can happen when an SP has yet to acquire
 			 * an SA; e.g. on first reference.  If it occurs,
 			 * then we let ipsec4_process_packet do its thing.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208281256.q7SCuZpm070831>