Author: nbd Date: 2015-01-24 14:41:10 +0100 (Sat, 24 Jan 2015) New Revision: 44097
Added: trunk/package/network/services/ppp/patches/530-pppoe_send_padt.patch Log: ppp: on PPPoE, always send PADT when shutting down the connection Signed-off-by: Felix Fietkau <[email protected]> Added: trunk/package/network/services/ppp/patches/530-pppoe_send_padt.patch =================================================================== --- trunk/package/network/services/ppp/patches/530-pppoe_send_padt.patch (rev 0) +++ trunk/package/network/services/ppp/patches/530-pppoe_send_padt.patch 2015-01-24 13:41:10 UTC (rev 44097) @@ -0,0 +1,11 @@ +--- a/pppd/plugins/rp-pppoe/plugin.c ++++ b/pppd/plugins/rp-pppoe/plugin.c +@@ -276,7 +276,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); + } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
