Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146647147
D2820.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
965 B
Referenced Files
None
Subscribers
None
D2820.diff
View Options
Index: stable/10/sys/netinet6/ip6_forward.c
===================================================================
--- stable/10/sys/netinet6/ip6_forward.c
+++ stable/10/sys/netinet6/ip6_forward.c
@@ -557,22 +557,9 @@
if (!IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst)) {
m->m_flags |= M_SKIP_FIREWALL;
/* If destination is now ourself drop to ip6_input(). */
- if (in6_localip(&ip6->ip6_dst)) {
+ if (in6_localip(&ip6->ip6_dst))
m->m_flags |= M_FASTFWD_OURS;
- if (m->m_pkthdr.rcvif == NULL)
- m->m_pkthdr.rcvif = V_loif;
- if (m->m_pkthdr.csum_flags & CSUM_DELAY_DATA_IPV6) {
- m->m_pkthdr.csum_flags |=
- CSUM_DATA_VALID_IPV6 | CSUM_PSEUDO_HDR;
- m->m_pkthdr.csum_data = 0xffff;
- }
-#ifdef SCTP
- if (m->m_pkthdr.csum_flags & CSUM_SCTP_IPV6)
- m->m_pkthdr.csum_flags |= CSUM_SCTP_VALID;
-#endif
- error = netisr_queue(NETISR_IPV6, m);
- goto out;
- } else
+ else
goto again; /* Redo the routing table lookup. */
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 9:50 AM (10 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29280774
Default Alt Text
D2820.diff (965 B)
Attached To
Mode
D2820: Merge r281165
Attached
Detach File
Event Timeline
Log In to Comment