From fca065d21cf11e4c34160f11ce2afd54213a57cd Mon Sep 17 00:00:00 2001 From: brian <> Date: Thu, 17 Aug 2000 14:37:53 +0000 Subject: [PATCH] Use an MRU of 1504 in the MP examples to allow room for the MP header --- src/etc/ppp/ppp.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/etc/ppp/ppp.conf.sample b/src/etc/ppp/ppp.conf.sample index 5a11ef8a..3b091293 100644 --- a/src/etc/ppp/ppp.conf.sample +++ b/src/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Originally written by Toshiharu OHNO # -# $OpenBSD: ppp.conf.sample,v 1.17 2000/03/26 18:35:05 brian Exp $ +# $OpenBSD: ppp.conf.sample,v 1.18 2000/08/17 14:37:53 brian Exp $ # ################################################################# @@ -507,6 +507,7 @@ mloop: load loop set mode interactive set mrru 1500 + set mru 1504 # Room for the MP header clone 1 2 3 link deflink remove # dial @@ -518,3 +519,4 @@ mloop-in: set log tun phase allow mode direct set mrru 1500 + set mru 1504 # Room for the MP header