projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] ppp: whitespace cleanup in previous commit
[openwrt.git]
/
package
/
ppp
/
patches
/
330-retain_foreign_default_routes.patch
diff --git
a/package/ppp/patches/330-retain_foreign_default_routes.patch
b/package/ppp/patches/330-retain_foreign_default_routes.patch
index
d60ccae
..
3a98b6b
100644
(file)
--- a/
package/ppp/patches/330-retain_foreign_default_routes.patch
+++ b/
package/ppp/patches/330-retain_foreign_default_routes.patch
@@
-4,7
+4,7
@@
SIN_ADDR(rt.rt_genmask) = 0L;
}
-+
rt.rt_dev = ifname;
++ rt.rt_dev = ifname;
rt.rt_flags = RTF_UP;
if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) {
if (still_ppp()) {
This page took
0.022112 seconds
and
4
git commands to generate.