diff options
Diffstat (limited to 'openwrt/package/ppp/files/ifup.pppoe')
-rw-r--r-- | openwrt/package/ppp/files/ifup.pppoe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/files/ifup.pppoe b/openwrt/package/ppp/files/ifup.pppoe index a30dd2a9d9..9a5d0a3494 100644 --- a/openwrt/package/ppp/files/ifup.pppoe +++ b/openwrt/package/ppp/files/ifup.pppoe @@ -34,7 +34,7 @@ while :; do linkname $type \ user "$USERNAME" \ password "$PASSWORD" \ - mtu $MTU mru $MTU + mtu $MTU mru $MTU \ $IDLETIME \ $REDIAL \ nic-$IFNAME |