summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ppp/ppp.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample
index 5a11ef8aef6..3b0912938c2 100644
--- a/etc/ppp/ppp.conf.sample
+++ b/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