aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/patches/320-custom_iface_names.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-08-04 21:47:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-08-04 21:47:29 +0000
commit815b18051b29d4c65a4dd216e1a0fb21eed93faf (patch)
tree6d479f5c33bf69b56d4205cf152b97c3f45dc1ab /package/ppp/patches/320-custom_iface_names.patch
parente8fe990549525eef4174c43fdb8c994fac7ef1ba (diff)
downloadupstream-815b18051b29d4c65a4dd216e1a0fb21eed93faf.tar.gz
upstream-815b18051b29d4c65a4dd216e1a0fb21eed93faf.tar.bz2
upstream-815b18051b29d4c65a4dd216e1a0fb21eed93faf.zip
pppd: only remove own default route on shutdown (#7694)
SVN-Revision: 22495
Diffstat (limited to 'package/ppp/patches/320-custom_iface_names.patch')
-rw-r--r--package/ppp/patches/320-custom_iface_names.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/ppp/patches/320-custom_iface_names.patch b/package/ppp/patches/320-custom_iface_names.patch
index 16d90c4d7a..ff9ef86dd3 100644
--- a/package/ppp/patches/320-custom_iface_names.patch
+++ b/package/ppp/patches/320-custom_iface_names.patch
@@ -78,7 +78,7 @@
if (ppp_dev_fd >= 0) {
dbglog("in make_ppp_unit, already had /dev/ppp open?");
-@@ -645,6 +650,32 @@ static int make_ppp_unit()
+@@ -645,6 +650,30 @@ static int make_ppp_unit()
}
if (x < 0)
error("Couldn't create new ppp unit: %m");
@@ -103,8 +103,6 @@
+ error("Couldn't rename %s to %s", ifr.ifr_name, ifr.ifr_newname);
+ close(ppp_dev_fd);
+ ppp_dev_fd = -1;
-+ } else {
-+ info("Renamed %s to %s", ifr.ifr_name, ifr.ifr_newname);
+ }
+ }
+