From owner-cvs-all Mon Jun 18 7:59:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA12E37B406; Mon, 18 Jun 2001 07:59:39 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5IExdE55674; Mon, 18 Jun 2001 07:59:39 -0700 (PDT) (envelope-from brian) Message-Id: <200106181459.f5IExdE55674@freefall.freebsd.org> From: Brian Somers Date: Mon, 18 Jun 2001 07:59:39 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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