Author: bz Date: Wed Aug 29 12:44:14 2012 New Revision: 239824 URL: http://svn.freebsd.org/changeset/base/239824
Log: MFC r238878: For consistency put the IPsec comment iside the #fidef section. Modified: stable/8/sys/netinet6/ip6_output.c Directory Properties: stable/8/sys/ (props changed) Modified: stable/8/sys/netinet6/ip6_output.c ============================================================================== --- stable/8/sys/netinet6/ip6_output.c Wed Aug 29 12:44:13 2012 (r239823) +++ stable/8/sys/netinet6/ip6_output.c Wed Aug 29 12:44:14 2012 (r239824) @@ -260,11 +260,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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"