summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Rohr <prohr@google.com>2023-06-20 15:52:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-06-20 15:52:56 +0000
commit6e26ec0129610630ee07f04c4d04c6264ef54f6d (patch)
treeb854e4818e953ac57b5a6fec3a1a31c2d473b69a
parent8eff50a7f228bc2ad732c57b54afc10ab0527a6f (diff)
parent46cb5812b81ff900fd07b174e858ddc1f6e89ecc (diff)
downloadppp-6e26ec0129610630ee07f04c4d04c6264ef54f6d.tar.gz
Merge "pppd: fix ip-up-vpn path"
-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"