mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 12:51:06 +01:00
For consistency put the IPsec comment iside the #fidef section.
MFC after: 3 days
This commit is contained in:
parent
c50ffbdf4b
commit
5dbbe4fdd2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238878
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user