Skip to content
Snippets Groups Projects
Commit 7ed9369c authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

ppp: the pptp buffering option is not supported anymore, remove it

SVN-Revision: 32482
parent 481c9faf
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,6 @@ proto_pppoa_teardown() {
proto_pptp_init_config() {
ppp_generic_init_config
proto_config_add_string "server"
proto_config_add_boolean "buffering"
available=1
no_device=1
}
......@@ -192,10 +191,6 @@ proto_pptp_setup() {
exit 1
}
local buffering
json_get_var buffering buffering
[ "${buffering:-1}" == 0 ] && buffering="--nobuffer" || buffering=
local load
for module in slhc ppp_generic ppp_async ppp_mppe ip_gre gre pptp; do
grep -q "$module" /proc/modules && continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment