]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/patches/ppp-2.4.6-increase-max-padi-attempts.patch
ppp: Import some more patches from Fedora.
[people/teissler/ipfire-2.x.git] / src / patches / ppp-2.4.6-increase-max-padi-attempts.patch
diff --git a/src/patches/ppp-2.4.6-increase-max-padi-attempts.patch b/src/patches/ppp-2.4.6-increase-max-padi-attempts.patch
deleted file mode 100644 (file)
index b09a9b5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pppd/plugins/rp-pppoe/pppoe.h b/pppd/plugins/rp-pppoe/pppoe.h
-index 9ab2eee..86762bd 100644
---- a/pppd/plugins/rp-pppoe/pppoe.h
-+++ b/pppd/plugins/rp-pppoe/pppoe.h
-@@ -148,7 +148,7 @@ extern UINT16_t Eth_PPPOE_Session;
- #define STATE_TERMINATED    4
- /* How many PADI/PADS attempts? */
--#define MAX_PADI_ATTEMPTS 3
-+#define MAX_PADI_ATTEMPTS 12
- /* Initial timeout for PADO/PADS */
- #define PADI_TIMEOUT 5