[Bug 282535] if_ipsec mtu seems to be 1422 for ipv6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 17:51:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282535
--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c94d6389e428fac55946bfcdbbc3162c06a9278e
commit c94d6389e428fac55946bfcdbbc3162c06a9278e
Author: Andrey V. Elsukov <ae@FreeBSD.org>
AuthorDate: 2024-11-25 17:42:00 +0000
Commit: Andrey V. Elsukov <ae@FreeBSD.org>
CommitDate: 2024-11-25 17:42:00 +0000
ipsec: fix IPv6 over IPv4 tunneling.
Properly initialize setdf variable in ipsec_encap().
It is used for AF_INET6 case when IPv6 datagram is going to be
encapsulated into IPv4 datagram.
PR: 282535
Fixes: 4046178557e1
MFC after: 1 week
sys/netipsec/ipsec_output.c | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.