From 68fe945a06a38b0bfd4482548b2ca57d4dfc6f99 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Tue, 24 Jul 2001 13:11:57 +0000 Subject: [PATCH] Remove redundant mtu/mru/speed settings MFC after: 6 days --- share/examples/ppp/ppp.conf.sample | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index fce08266944..d4f3a9ff4a8 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -733,9 +733,6 @@ loginprompt: # pppoe: set device PPPoE:de0:pppoe-in - set mru 1492 - set mtu 1492 - set speed sync enable lqr set cd 5 set dial @@ -750,9 +747,6 @@ pppoe: # pppoe-in: allow mode direct # Only for use on server-side - set mru 1492 # Max allowed by the PPPoE spec - set mtu 1492 # Max allowed by the PPPoE spec - set speed sync # PPPoE is always synchronous enable lqr proxy # Enable LQR and proxy-arp enable chap pap passwdauth # Force client authentication set ifaddr 10.0.0.1 10.0.0.100-10.0.0.199 # Hand out up to 100 IP numbers