pppd: fix parsing the ipv6-{up,down}-script option
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Apr 2012 10:08:33 +0000 (10:08 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Apr 2012 10:08:33 +0000 (10:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31514 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ppp/patches/120-debian_ipv6_updown_option.patch

index e5ccb10..acee85b 100644 (file)
        "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 },
 +