23633249c8
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46068
11 lines
382 B
Diff
11 lines
382 B
Diff
--- 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);
|
|
}
|