X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dec7e982a9e41f2ef52cc7807f60620cfd02d437..437677dfb4af6042196c1cd57e5d8549f23db7b5:/package/ppp/patches/210-lcp_mtu_max.patch diff --git a/package/ppp/patches/210-lcp_mtu_max.patch b/package/ppp/patches/210-lcp_mtu_max.patch index 2056a8732..92dd59dd7 100644 --- a/package/ppp/patches/210-lcp_mtu_max.patch +++ b/package/ppp/patches/210-lcp_mtu_max.patch @@ -1,5 +1,7 @@ ---- ppp-2.4.3/pppd/lcp.c.old 2006-10-10 14:19:11.000000000 +0200 -+++ ppp-2.4.3/pppd/lcp.c 2006-10-10 14:19:55.000000000 +0200 +Index: ppp-2.4.3/pppd/lcp.c +=================================================================== +--- ppp-2.4.3.orig/pppd/lcp.c 2007-06-04 13:22:07.874658152 +0200 ++++ ppp-2.4.3/pppd/lcp.c 2007-06-04 13:22:13.945735208 +0200 @@ -1891,12 +1891,12 @@ * the interface MTU is set to the lowest of that, the * MTU we want to use, and our link MRU.