If we fail to find to PMTU in hostcache, we assume it's equal
to link's MTU.
This patch prevents packets larger then link's MTU to be dropped
silently if there is no PMTU in hostcache.
Differential D31770 Authored by bag_semihalf.com on Sep 1 2021, 11:43 AM.
Details Summary If we fail to find to PMTU in hostcache, we assume it's equal This patch prevents packets larger then link's MTU to be dropped
Diff Detail
Event TimelineHerald added a subscriber: melifaro. · View Herald TranscriptSep 1 2021, 11:43 AM2021-09-01 11:43:37 (UTC+0)
This revision was not accepted when it landed; it landed in state Needs Review.Sep 24 2021, 8:30 AM2021-09-24 08:30:45 (UTC+0) Closed by commit rGb4220bf387e6: ipsec: If no PMTU in hostcache assume it's equal to link's MTU (authored by bag_semihalf.com, committed by wma). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 95612 sys/netipsec/ipsec_output.c
|
This boilerplate seem also to be required only because of approach taken in .h