From 6fb5c7c88e420e6840daef237b973e8dce8768d8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 1 Sep 2005 14:10:50 +0000 Subject: change pppoa default mtu, fix typo in default config SVN-Revision: 1820 --- openwrt/package/ppp/files/ifup.pppoa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/ppp') diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index 7fac6cc..449c6d5 100644 --- a/openwrt/package/ppp/files/ifup.pppoa +++ b/openwrt/package/ppp/files/ifup.pppoa @@ -24,7 +24,7 @@ while :; do IDLETIME=$(nvram get ppp_idletime) IDLETIME=${IDLETIME:+lcp-echo-failure $IDLETIME} MTU=$(nvram get ppp_mtu) - MTU=${MTU:-1492} + MTU=${MTU:-1500} MTU=${MTU:+ mtu $MTU mru $MTU} /usr/sbin/pppd nodetach \ -- cgit v1.1