aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/530-pppoe_send_padt.patch
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2018-12-06 13:10:54 +0100
committerHans Dedecker <dedeckeh@gmail.com>2019-01-25 14:55:46 +0100
commiteaaee181d194f8908a70833b3298392622bc5c86 (patch)
treece33d48f10885c6d9592c28fdf1777a38027920f /package/network/services/ppp/patches/530-pppoe_send_padt.patch
parentf01044e85cad836ad7a31aa5bf5ad1f748f55f4a (diff)
downloadupstream-eaaee181d194f8908a70833b3298392622bc5c86.tar.gz
upstream-eaaee181d194f8908a70833b3298392622bc5c86.tar.bz2
upstream-eaaee181d194f8908a70833b3298392622bc5c86.zip
ppp: update to version 2.4.7.git-2018-06-23
This bumps ppp to latest git version. There is one upstream commit, which changes DES encryption calls from libcrypt / glibc to openssl. As long as we don't use glibc-2.28, revert this commit. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'package/network/services/ppp/patches/530-pppoe_send_padt.patch')
-rw-r--r--package/network/services/ppp/patches/530-pppoe_send_padt.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/services/ppp/patches/530-pppoe_send_padt.patch b/package/network/services/ppp/patches/530-pppoe_send_padt.patch
deleted file mode 100644
index 40fa420216..0000000000
--- a/package/network/services/ppp/patches/530-pppoe_send_padt.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }