Date: Tue, 3 Jul 2001 15:20:23 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c ccp.c ccp.h datalink.c deflate.c mp.c mppe.c pred.c Message-ID: <200107032220.f63MKNl09496@freefall.freebsd.org>
index | next in thread | raw e-mail
brian 2001/07/03 15:20:23 PDT
Modified files:
usr.sbin/ppp bundle.c ccp.c ccp.h datalink.c deflate.c
mp.c mppe.c pred.c
Log:
Reduce the interface MTU by 2 when MPPE has been successfully negotiated.
This is necessary because MPPE will combine the protocol id with the
payload received on the tun interface, encrypt it, then prepend its
own protocol id, effectively increasing the payload by two bytes.
Revision Changes Path
1.118 +22 -6 src/usr.sbin/ppp/bundle.c
1.65 +32 -2 src/usr.sbin/ppp/ccp.c
1.28 +3 -1 src/usr.sbin/ppp/ccp.h
1.66 +3 -2 src/usr.sbin/ppp/datalink.c
1.22 +3 -1 src/usr.sbin/ppp/deflate.c
1.44 +8 -1 src/usr.sbin/ppp/mp.c
1.9 +2 -1 src/usr.sbin/ppp/mppe.c
1.32 +2 -1 src/usr.sbin/ppp/pred.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107032220.f63MKNl09496>
