For consistency put the IPsec comment iside the #fidef section.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2012-07-29 00:45:24 +00:00
parent c50ffbdf4b
commit 5dbbe4fdd2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238878

View File

@ -294,11 +294,11 @@ ip6_output(struct mbuf *m0, struct ip6_pktopts *opt,
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 */