svn commit: r239825 - stable/7/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Wed Aug 29 12:44:18 UTC 2012


Author: bz
Date: Wed Aug 29 12:44:17 2012
New Revision: 239825
URL: http://svn.freebsd.org/changeset/base/239825

Log:
  MFC r238878:
  
    For consistency put the IPsec comment iside the #fidef section.

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

Modified: stable/7/sys/netinet6/ip6_output.c
==============================================================================
--- stable/7/sys/netinet6/ip6_output.c	Wed Aug 29 12:44:14 2012	(r239824)
+++ stable/7/sys/netinet6/ip6_output.c	Wed Aug 29 12:44:17 2012	(r239825)
@@ -249,11 +249,11 @@ ip6_output(struct mbuf *m0, struct ip6_p
 		MAKE_EXTHDR(opt->ip6po_dest2, &exthdrs.ip6e_dest2);
 	}
 
+#ifdef IPSEC
 	/*
 	 * IPSec checking which handles several cases.
 	 * FAST IPSEC: We re-injected the packet.
 	 */
-#ifdef IPSEC
 	switch(ip6_ipsec_output(&m, inp, &flags, &error, &ifp, &sp))
 	{
 	case 1:                 /* Bad packet */


More information about the svn-src-stable-7 mailing list