projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: optimize mac address comparisons to improve performance
[openwrt.git]
/
package
/
ppp
/
patches
/
207-lcp_mtu_max.patch
diff --git
a/package/ppp/patches/207-lcp_mtu_max.patch
b/package/ppp/patches/207-lcp_mtu_max.patch
index
b57284f
..
32bcad3
100644
(file)
--- a/
package/ppp/patches/207-lcp_mtu_max.patch
+++ b/
package/ppp/patches/207-lcp_mtu_max.patch
@@
-1,7
+1,6
@@
-diff -Naur ppp-2.4.4.orig/pppd/lcp.c ppp-2.4.4/pppd/lcp.c
---- ppp-2.4.4.orig/pppd/lcp.c 2009-05-07 22:24:09.000000000 -0400
-+++ ppp-2.4.4/pppd/lcp.c 2009-05-07 22:26:57.000000000 -0400
-@@ -1904,12 +1904,12 @@
+--- a/pppd/lcp.c
++++ b/pppd/lcp.c
+@@ -1904,12 +1904,12 @@ lcp_up(f)
* the interface MTU is set to the lowest of that, the
* MTU we want to use, and our link MRU.
*/
* the interface MTU is set to the lowest of that, the
* MTU we want to use, and our link MRU.
*/
This page took
0.021663 seconds
and
4
git commands to generate.