summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec_output.c
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-09-15 15:38:12 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-20 12:03:13 -0500
commite8001fd0fddc08dbe26cabe348f1adca96c271d8 (patch)
tree2105ac99f05cd8f6a24390d4e3059e1cbf805fd2 /sys/netipsec/ipsec_output.c
parent20319db2373357495f7c1c01ad69af30684d8b36 (diff)
downloadFreeBSD-src-e8001fd0fddc08dbe26cabe348f1adca96c271d8.zip
FreeBSD-src-e8001fd0fddc08dbe26cabe348f1adca96c271d8.tar.gz
MFC r282139:
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 TAG: IPSEC-HEAD Issue: #4841
Diffstat (limited to 'sys/netipsec/ipsec_output.c')
-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 8bf4d08..3ddcb47 100644
--- a/sys/netipsec/ipsec_output.c
+++ b/sys/netipsec/ipsec_output.c
@@ -205,8 +205,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