mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-05 14:04:38 +08:00
PPPoE reauth bug fixed
This commit is contained in:
parent
2c7bd7e591
commit
ca1ad99bea
@ -1866,7 +1866,8 @@ void ppp_link_down(int pd) {
|
|||||||
|
|
||||||
#if PPPOE_SUPPORT
|
#if PPPOE_SUPPORT
|
||||||
if (ppp_control_list[pd].ethif) {
|
if (ppp_control_list[pd].ethif) {
|
||||||
pppoe_disconnect(ppp_control_list[pd].pppoe_sc);
|
/* FIXME: find a way to set PPPoE down without disconnecting and freeing PPPoE structures */
|
||||||
|
/* pppoe_disconnect(ppp_control_list[pd].pppoe_sc); */
|
||||||
} else
|
} else
|
||||||
#endif /* PPPOE_SUPPORT */
|
#endif /* PPPOE_SUPPORT */
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user