summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Rohr <prohr@google.com>2023-06-20 16:25:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-20 16:25:52 +0000
commit1906ac8821368b101d4ebfb68faa09a546df3bdd (patch)
treeb854e4818e953ac57b5a6fec3a1a31c2d473b69a
parentcb3dfa762e6397379b4088ce9701be18f3222155 (diff)
parent6e26ec0129610630ee07f04c4d04c6264ef54f6d (diff)
downloadppp-1906ac8821368b101d4ebfb68faa09a546df3bdd.tar.gz
Merge "pppd: fix ip-up-vpn path" am: 6e26ec0129android-u-beta-4-gpl
Original change: https://android-review.googlesource.com/c/platform/external/ppp/+/2627090 Change-Id: I53d64285e78642f779c7fa0dc08ead4d564467e0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--pppd/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/pathnames.h b/pppd/pathnames.h
index ea74736..e971ab5 100644
--- a/pppd/pathnames.h
+++ b/pppd/pathnames.h
@@ -22,7 +22,7 @@
#define _PATH_CHAPFILE _ROOT_PATH "/etc/ppp/chap-secrets"
#define _PATH_SRPFILE _ROOT_PATH "/etc/ppp/srp-secrets"
#define _PATH_SYSOPTIONS _ROOT_PATH "/etc/ppp/options"
-#define _PATH_IPUP _ROOT_PATH "/etc/ppp/ip-up"
+#define _PATH_IPUP _ROOT_PATH "/system/bin/ip-up"
#define _PATH_IPDOWN _ROOT_PATH "/etc/ppp/ip-down"
#define _PATH_IPPREUP _ROOT_PATH "/etc/ppp/ip-pre-up"
#define _PATH_AUTHUP _ROOT_PATH "/etc/ppp/auth-up"