X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..ebe4d354283f45ba15f83d080e8a93a46ee29a9e:/package/ppp/files/pppoe.sh diff --git a/package/ppp/files/pppoe.sh b/package/ppp/files/pppoe.sh index f263caaee..ba6a8768d 100644 --- a/package/ppp/files/pppoe.sh +++ b/package/ppp/files/pppoe.sh @@ -12,8 +12,13 @@ setup_interface_pppoe() { /sbin/insmod $module 2>&- >&- done + # make sure the network state references the correct ifname + scan_ppp "$config" + config_get ifname "$config" ifname + uci set "/var/state/network.$config.ifname=$ifname" + config_get mtu "$cfg" mtu - mtu=${mtu:-1480} + mtu=${mtu:-1492} start_pppd "$config" \ plugin rp-pppoe.so \ mtu $mtu mru $mtu \