FreeBSD Bugzilla – Attachment 231541 Details for
Bug 261697
ipfw fwd don't change output interface/gateway in Freebsd 13.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
"ipfw fwd REMOTE" fix for FreeBSD 13.0
usr-src-sys-netinet-ip_output.c.patch (text/plain), 452 bytes, created by
Andrey Blochintsev
on 2022-02-03 19:18:17 UTC
(
hide
)
Description:
"ipfw fwd REMOTE" fix for FreeBSD 13.0
Filename:
MIME Type:
Creator:
Andrey Blochintsev
Created:
2022-02-03 19:18:17 UTC
Size:
452 bytes
patch
obsolete
>--- /usr/src-13-stable-git/sys/netinet/ip_output.c.old 2022-02-03 20:13:38.215973000 +0200 >+++ /usr/src-13-stable-git/sys/netinet/ip_output.c 2022-02-03 21:00:43.385750000 +0200 >@@ -513,7 +513,7 @@ > } else { > struct nhop_object *nh; > >- nh = fib4_lookup(M_GETFIB(m), ip->ip_dst, 0, NHR_NONE, >+ nh = fib4_lookup(M_GETFIB(m), dst->sin_addr, 0, NHR_NONE, > m->m_pkthdr.flowid); > if (nh == NULL) { > #if defined(IPSEC) || defined(IPSEC_SUPPORT)
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 261697
: 231541