FreeBSD Bugzilla – Attachment 46905 Details for
Bug 71910
[patch] ipfw forward does not work [5.3-BETA4]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 670 bytes, created by
Kazunori_Fujiwara
on 2004-09-19 18:40:23 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kazunori_Fujiwara
Created:
2004-09-19 18:40:23 UTC
Size:
670 bytes
patch
obsolete
>Index: ip_output.c >=================================================================== >RCS file: /FreeBSD-CVS/src/sys/netinet/ip_output.c,v >retrieving revision 1.225.2.3 >diff -u -b -r1.225.2.3 ip_output.c >--- ip_output.c 15 Sep 2004 15:07:09 -0000 1.225.2.3 >+++ ip_output.c 19 Sep 2004 15:51:42 -0000 >@@ -713,7 +713,7 @@ > /* Or forward to some other address? */ > fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); > if (fwd_tag) { >- if (!in_localip(ip->ip_src) && !in_localaddr(ip->ip_dst)) { >+ if (!in_localaddr(ip->ip_dst)) { > dst = (struct sockaddr_in *)&ro->ro_dst; > bcopy((fwd_tag+1), dst, sizeof(struct sockaddr_in)); > m->m_flags |= M_SKIP_FIREWALL;
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 71910
: 46905