FreeBSD Bugzilla – Attachment 245806 Details for
Bug 274656
net/igmpproxy: Patch to fix membership query packet checksums.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that fixes the issue for me.
0001-net-igmpproxy-Patch-to-fix-membership-query-packet-c.patch (text/plain), 1.06 KB, created by
leper
on 2023-10-22 20:30:36 UTC
(
hide
)
Description:
Patch that fixes the issue for me.
Filename:
MIME Type:
Creator:
leper
Created:
2023-10-22 20:30:36 UTC
Size:
1.06 KB
patch
obsolete
>From 33f7841e76e08ccbe7eac0d9d3d3343b7dcd79ec Mon Sep 17 00:00:00 2001 >From: leper <blubblub@mail.ru> >Date: Sun, 22 Oct 2023 22:03:52 +0200 >Subject: [PATCH] net/igmpproxy: Patch to fix membership query packet > checksums. > >Taken from https://redmine.pfsense.org/issues/13929 >--- > net/igmpproxy/files/patch-src_igmp.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 net/igmpproxy/files/patch-src_igmp.c > >diff --git a/net/igmpproxy/files/patch-src_igmp.c b/net/igmpproxy/files/patch-src_igmp.c >new file mode 100644 >index 00000000000..07ec003f8c3 >--- /dev/null >+++ b/net/igmpproxy/files/patch-src_igmp.c >@@ -0,0 +1,11 @@ >+--- src/igmp.c.orig 2022-10-29 10:01:46 UTC >++++ src/igmp.c >+@@ -288,7 +288,7 @@ static void buildIgmp(uint32_t src, uint32_t dst, int >+ igmp->igmp_group.s_addr = group; >+ igmp->igmp_cksum = 0; >+ igmp->igmp_cksum = inetChksum((unsigned short *)igmp, >+- IP_HEADER_RAOPT_LEN + datalen); >++ sizeof(igmp) + datalen); >+ >+ } >+ >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274656
: 245806