Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158023840
D47799.id148152.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
418 B
Referenced Files
None
Subscribers
None
D47799.id148152.diff
View Options
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
--- a/sys/netpfil/pf/pf.c
+++ b/sys/netpfil/pf/pf.c
@@ -7815,6 +7815,10 @@
&pd->hdr.icmp6.icmp6_cksum,
&nk->addr[didx], 0);
+ if (nk->port[iidx] != pd->hdr.icmp6.icmp6_id)
+ pd->hdr.icmp6.icmp6_id =
+ nk->port[iidx];
+
m_copyback(pd->m, pd->off, sizeof(struct icmp6_hdr),
(caddr_t )&pd->hdr.icmp6);
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 28, 3:04 PM (17 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33588255
Default Alt Text
D47799.id148152.diff (418 B)
Attached To
Mode
D47799: pf: add forgotten fixup for icmp6 id's when translating
Attached
Detach File
Event Timeline
Log In to Comment