You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
382 B
11 lines
382 B
--- a/pppd/plugins/rp-pppoe/plugin.c
|
|
+++ b/pppd/plugins/rp-pppoe/plugin.c
|
|
@@ -275,7 +275,7 @@ PPPOEDisconnectDevice(void)
|
|
sizeof(struct sockaddr_pppox)) < 0)
|
|
error("Failed to disconnect PPPoE socket: %d %m", errno);
|
|
close(conn->sessionSocket);
|
|
- /* don't send PADT?? */
|
|
+ sendPADT(conn, NULL);
|
|
if (conn->discoverySocket >= 0)
|
|
close(conn->discoverySocket);
|
|
}
|
|
|