summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-11-25 14:09:16 +0000
committerJohn Crispin <john@openwrt.org>2013-11-25 14:09:16 +0000
commitcba772f5bc0a2fa481cbd80fcf990bc35ac642f0 (patch)
tree9392c894dacefe31cd054f9749bacbda2eabc68f /tools
parent6295f38c8fb4bb7839e7282cfdd93af164314f6b (diff)
downloadmtk-20170518-cba772f5bc0a2fa481cbd80fcf990bc35ac642f0.zip
mtk-20170518-cba772f5bc0a2fa481cbd80fcf990bc35ac642f0.tar.gz
mtk-20170518-cba772f5bc0a2fa481cbd80fcf990bc35ac642f0.tar.bz2
pppd: Place plugin-specific options after `plugin name`.
Before this patch, if we specify a plugin specific option through `pppd_options` in /etc/config/network, e.g. `rp_pppoe_verbose 1`, pppd would quit with the following error in log. Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): /usr/sbin/pppd: unrecognized option 'rp_pppoe_verbose' Wed Oct 9 09:42:58 2013 daemon.err pppd[1689]: unrecognized option 'rp_pppoe_verbose' Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): pppd version 2.4.5 Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): Usage: /usr/sbin/pppd [ options ], where options are: This is due to the requirement that function add_option() should be called by the plugin_init() function first before pppd can parse those options. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 38911
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions