svn commit: r238878 - head/sys/netinet6
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Jul 29 00:45:25 UTC 2012
Author: bz
Date: Sun Jul 29 00:45:24 2012
New Revision: 238878
URL: http://svn.freebsd.org/changeset/base/238878
Log:
For consistency put the IPsec comment iside the #fidef section.
MFC after: 3 days
Modified:
head/sys/netinet6/ip6_output.c
Modified: head/sys/netinet6/ip6_output.c
==============================================================================
--- head/sys/netinet6/ip6_output.c Sun Jul 29 00:44:41 2012 (r238877)
+++ head/sys/netinet6/ip6_output.c Sun Jul 29 00:45:24 2012 (r238878)
@@ -294,11 +294,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-head
mailing list