diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-04-29 10:08:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-04-29 10:08:33 +0000 |
commit | c634ed2aeaa9bb67d0ba8aedbe52eba881477ea7 (patch) | |
tree | d7f9adf2b5e982d67169c56a3ae176073c332568 /package/ppp | |
parent | 082ed7a6145548c2a46d9ca7687740de17c072a1 (diff) | |
download | upstream-c634ed2aeaa9bb67d0ba8aedbe52eba881477ea7.tar.gz upstream-c634ed2aeaa9bb67d0ba8aedbe52eba881477ea7.tar.bz2 upstream-c634ed2aeaa9bb67d0ba8aedbe52eba881477ea7.zip |
pppd: fix parsing the ipv6-{up,down}-script option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/patches/120-debian_ipv6_updown_option.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ppp/patches/120-debian_ipv6_updown_option.patch b/package/ppp/patches/120-debian_ipv6_updown_option.patch index e5ccb10750..acee85ba40 100644 --- a/package/ppp/patches/120-debian_ipv6_updown_option.patch +++ b/package/ppp/patches/120-debian_ipv6_updown_option.patch @@ -24,10 +24,10 @@ "Set pathname of ip-down script", OPT_PRIV|OPT_STATIC, NULL, MAXPATHLEN }, -+ { "ipv6-up-script", o_string, path_ipup, ++ { "ipv6-up-script", o_string, path_ipv6up, + "Set pathname of ipv6-up script", + OPT_PRIV|OPT_STATIC, NULL, MAXPATHLEN }, -+ { "ipv6-down-script", o_string, path_ipdown, ++ { "ipv6-down-script", o_string, path_ipv6down, + "Set pathname of ipv6-down script", + OPT_PRIV|OPT_STATIC, NULL, MAXPATHLEN }, + |