ipsec: fix typo part2

This commit is contained in:
Wojciech Macek 2021-09-27 07:46:56 +02:00
parent c27214f0af
commit 8deba29c0a

View File

@ -344,7 +344,7 @@ ipsec4_check_pmtu(struct mbuf *m, struct secpolicy *sp, int forwarding)
if (m_length(m, NULL) + hlen > pmtu) {
/*
* If we're forwarding generate ICMP message here,
* so that it contains pmtu subtraced by header size.
* so that it contains pmtu subtracted by header size.
* Set error to EINPROGRESS, in order for the frame
* to be dropped silently.
*/