summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2015-04-28 11:03:47 +0000
committerae <ae@FreeBSD.org>2015-04-28 11:03:47 +0000
commit163c8007e560274c6f7857dd80032de6224f15f6 (patch)
treec11bffe97e33c7eb002403dfcedc42ad321e2831 /sys/netipsec
parentf26a36793ea2217339e115c402f856916a482007 (diff)
downloadFreeBSD-src-163c8007e560274c6f7857dd80032de6224f15f6.zip
FreeBSD-src-163c8007e560274c6f7857dd80032de6224f15f6.tar.gz
Fix the comment. We will not do SPD lookup again, because
ip[6]_ipsec_output() will find PACKET_TAG_IPSEC_OUT_DONE mbuf tag. Sponsored by: Yandex LLC
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/ipsec_output.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netipsec/ipsec_output.c b/sys/netipsec/ipsec_output.c
index c08ac3a..ae36070 100644
--- a/sys/netipsec/ipsec_output.c
+++ b/sys/netipsec/ipsec_output.c
@@ -206,8 +206,7 @@ ipsec_process_done(struct mbuf *m, struct ipsecrequest *isr)
/*
* We're done with IPsec processing, transmit the packet using the
- * appropriate network protocol (IP or IPv6). SPD lookup will be
- * performed again there.
+ * appropriate network protocol (IP or IPv6).
*/
switch (saidx->dst.sa.sa_family) {
#ifdef INET
OpenPOWER on IntegriCloud