svn commit: r239823 - stable/9/sys/netinet6
Bjoern A. Zeeb
bz at FreeBSD.org
Wed Aug 29 12:44:13 UTC 2012
Author: bz
Date: Wed Aug 29 12:44:13 2012
New Revision: 239823
URL: http://svn.freebsd.org/changeset/base/239823
Log:
MFC r238878:
For consistency put the IPsec comment iside the #fidef section.
Modified:
stable/9/sys/netinet6/ip6_output.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet6/ip6_output.c
==============================================================================
--- stable/9/sys/netinet6/ip6_output.c Wed Aug 29 12:35:50 2012 (r239822)
+++ stable/9/sys/netinet6/ip6_output.c Wed Aug 29 12:44:13 2012 (r239823)
@@ -292,11 +292,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
mailing list