FreeBSD Bugzilla – Attachment 190461 Details for
Bug 223835
BGP session not established with md5 password via FRRouting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
tcp_input.diff (text/plain), 379 bytes, created by
Andrey V. Elsukov
on 2018-02-09 13:50:16 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2018-02-09 13:50:16 UTC
Size:
379 bytes
patch
obsolete
>Index: tcp_input.c >=================================================================== >--- tcp_input.c (revision 328984) >+++ tcp_input.c (working copy) >@@ -707,6 +707,7 @@ tcp_input(struct mbuf **mp, int *offp, int proto) > ip->ip_tos = iptos; > /* Re-initialization for later version check */ > ip->ip_v = IPVERSION; >+ ip->ip_hl = off0 >> 2; > } > > if (th->th_sum) {
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 223835
:
188239
|
188240
| 190461 |
191795