FreeBSD Bugzilla – Attachment 216476 Details for
Bug 248005
nd6 initializes nd_ifinfo->maxmtu = 0 on newly inserted network interfaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
nd6_maxmtu.patch (text/plain), 456 bytes, created by
Mathew
on 2020-07-15 18:44:23 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Mathew
Created:
2020-07-15 18:44:23 UTC
Size:
456 bytes
patch
obsolete
>Index: sys/net/if_ethersubr.c >=================================================================== >--- sys/net/if_ethersubr.c (revision 363232) >+++ sys/net/if_ethersubr.c (working copy) >@@ -927,8 +927,8 @@ > > ifp->if_addrlen = ETHER_ADDR_LEN; > ifp->if_hdrlen = ETHER_HDR_LEN; >+ ifp->if_mtu = ETHERMTU; > if_attach(ifp); >- ifp->if_mtu = ETHERMTU; > ifp->if_output = ether_output; > ifp->if_input = ether_input; > ifp->if_resolvemulti = ether_resolvemulti;
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 248005
: 216476