Date: Wed, 11 Jun 1997 13:03:23 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_tun.c if_tun.h route.c Message-ID: <199706112003.NAA06747@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 1997/06/11 13:03:23 PDT Modified files: (Branch: WHISTLE_NET_BRANCH_1) sys/net if_tun.c if_tun.h route.c Log: Don't arbitrarily limit MRU to MTU. they are different things. The real MRU is almost boundless in the tunnel device so make it an arbitrarily large number. This allows us to use normal MTU negotiation with PPP of over frame relay. Submitted by: archie@whiste.com (archie cobbs) Revision Changes Path 1.29.2.2.2.1 +1 -1 src/sys/net/if_tun.c 1.6.2.2.2.1 +5 -1 src/sys/net/if_tun.h 1.37.4.6 +34 -33 src/sys/net/route.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706112003.NAA06747>