FreeBSD Bugzilla – Attachment 237096 Details for
Bug 266838
net/mpd5: 5.9_10 upstream r2454 breaks L2TP/IPsec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix
patch-redial2 (text/plain), 431 bytes, created by
Eugene Grosbein
on 2022-10-05 11:41:48 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2022-10-05 11:41:48 UTC
Size:
431 bytes
patch
obsolete
>--- src/phys.c.orig 2022-10-05 18:37:27.015196000 +0700 >+++ src/phys.c 2022-10-05 18:37:55.856142000 +0700 >@@ -600,7 +600,7 @@ PhysMsg(int type, void *arg) > break; > } > /* Redial may result in MSG_OPEN for just opened device */ >- if (l->state == PHYS_STATE_DOWN) >+ if (l->state == PHYS_STATE_DOWN || l->state == PHYS_STATE_CONNECTING) > (*l->type->open)(l); > else > Log(LG_PHYS2, ("[%s] device: OPEN event ignored",
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 266838
:
237093
| 237096