summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ppp/files/ifup.pppoa2
-rw-r--r--package/ppp/files/ifup.pppoe2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/ppp/files/ifup.pppoa b/package/ppp/files/ifup.pppoa
index fc2e82eff..51b0fe334 100644
--- a/package/ppp/files/ifup.pppoa
+++ b/package/ppp/files/ifup.pppoa
@@ -33,7 +33,7 @@ while :; do
linkname $type \
user "$USERNAME" \
password "$PASSWORD" \
- mtu $MTU mru $MTU
+ mtu $MTU mru $MTU \
$IDLETIME \
$REDIAL
diff --git a/package/ppp/files/ifup.pppoe b/package/ppp/files/ifup.pppoe
index a30dd2a9d..9a5d0a349 100644
--- a/package/ppp/files/ifup.pppoe
+++ b/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