From owner-cvs-sys Wed Jun 11 13:04:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA14541 for cvs-sys-outgoing; Wed, 11 Jun 1997 13:04:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA14470; Wed, 11 Jun 1997 13:03:31 -0700 (PDT) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA06747; Wed, 11 Jun 1997 13:03:23 -0700 (PDT) Date: Wed, 11 Jun 1997 13:03:23 -0700 (PDT) Message-Id: <199706112003.NAA06747@freefall.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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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