summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Rohr <prohr@google.com>2023-06-20 20:02:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-20 20:02:09 +0000
commitced9667b775c01a51722d65cd90695ad4b7e53de (patch)
treeb854e4818e953ac57b5a6fec3a1a31c2d473b69a
parent4dcb2d86391870613b722ac1a038efd00e2973ee (diff)
parent9eb1ed39489c9473c66154ffb68e8c5adfd7cf11 (diff)
downloadppp-ced9667b775c01a51722d65cd90695ad4b7e53de.tar.gz
Merge "pppd: fix ip-up-vpn path" am: 6e26ec0129 am: 1906ac8821 am: ee900d223a am: e746383268 am: 9eb1ed3948
Original change: https://android-review.googlesource.com/c/platform/external/ppp/+/2627090 Change-Id: Icd3ed9794c86550c1a85f3dd4c605ed2bbcda0ab 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"