FreeBSD Bugzilla – Attachment 258216 Details for
Bug 146377
[ppp] [tun] Interface doesn't clear addresses when PPPoE connection closes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ipcp.c.diff
ipcp.c.diff (text/plain), 515 bytes, created by
Mark Linimon
on 2025-03-02 23:58:54 UTC
(
hide
)
Description:
ipcp.c.diff
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2025-03-02 23:58:54 UTC
Size:
515 bytes
patch
obsolete
>--- usr.sbin/ppp/ipcp.c.orig 2010-05-10 13:27:22.000000000 +0100 >+++ usr.sbin/ppp/ipcp.c 2010-05-10 13:42:23.000000000 +0100 >@@ -829,6 +829,10 @@ > /* We're now down */ > struct ipcp *ipcp = fsm2ipcp(fp); > >+ /* Clear all addresses from the interface */ >+ iface_Clear(fp->bundle->iface, &fp->bundle->ncp, AF_INET, >+ IFACE_CLEAR_ALL); >+ > log_Printf(LogIPCP, "%s: LayerFinish.\n", fp->link->name); > throughput_stop(&ipcp->throughput); > throughput_log(&ipcp->throughput, LogIPCP, NULL)
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 146377
:
105840
|
105841
| 258216 |
258217