X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/77cb290b5475058154d8288b4913ebfa71ad7e3c..1fc2b717c59f1ce91c385c443705aad5e77c08df:/package/ppp/files/pppoa.sh diff --git a/package/ppp/files/pppoa.sh b/package/ppp/files/pppoa.sh index 8c66250da..65c5c2db3 100644 --- a/package/ppp/files/pppoa.sh +++ b/package/ppp/files/pppoa.sh @@ -20,7 +20,7 @@ setup_interface_pppoa() { *) ENCAPS="llc-encaps" ;; esac - config_get mtu "$cfg" mtu + config_get mtu "$config" mtu mtu=${mtu:-1500} start_pppd "$config" \ plugin pppoatm.so ${vpi:-8}.${vci:-35} ${ENCAPS} \