Date: Mon, 18 Jun 2001 07:59:39 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp atm.c bundle.c bundle.h command.c ether.c exec.c i4b.c iface.c iface.h lcp.c lcp.h physical.c physical.h ppp.8 route.c tcp.c tcpmss.c tty.c tun.c udp.c Message-ID: <200106181459.f5IExdE55674@freefall.freebsd.org>
index | next in thread | raw e-mail
brian 2001/06/18 07:59:39 PDT
Modified files:
usr.sbin/ppp atm.c bundle.c bundle.h command.c ether.c
exec.c i4b.c iface.c iface.h lcp.c lcp.h
physical.c physical.h ppp.8 route.c tcp.c
tcpmss.c tty.c tun.c udp.c
Log:
Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer
allow MRU/MTU negotiations to exceed 1492.
Add an optional ``max'' specifier to ``set m[rt]u'', ie.
set mtu max 1480
Bump the ppp version number.
Sponsored by: Monzoon Networks AG and FreeBSD Services Limited
Revision Changes Path
1.4 +2 -1 src/usr.sbin/ppp/atm.c
1.117 +8 -15 src/usr.sbin/ppp/bundle.c
1.45 +1 -3 src/usr.sbin/ppp/bundle.h
1.258 +69 -10 src/usr.sbin/ppp/command.c
1.19 +2 -11 src/usr.sbin/ppp/ether.c
1.26 +2 -1 src/usr.sbin/ppp/exec.c
1.11 +2 -1 src/usr.sbin/ppp/i4b.c
1.21 +4 -3 src/usr.sbin/ppp/iface.c
1.6 +2 -1 src/usr.sbin/ppp/iface.h
1.90 +63 -18 src/usr.sbin/ppp/lcp.c
1.27 +4 -1 src/usr.sbin/ppp/lcp.h
1.46 +7 -1 src/usr.sbin/ppp/physical.c
1.24 +3 -1 src/usr.sbin/ppp/physical.h
1.265 +38 -10 src/usr.sbin/ppp/ppp.8
1.71 +4 -5 src/usr.sbin/ppp/route.c
1.13 +2 -1 src/usr.sbin/ppp/tcp.c
1.2 +5 -2 src/usr.sbin/ppp/tcpmss.c
1.25 +2 -1 src/usr.sbin/ppp/tty.c
1.23 +7 -4 src/usr.sbin/ppp/tun.c
1.13 +2 -1 src/usr.sbin/ppp/udp.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?200106181459.f5IExdE55674>
