From owner-cvs-usrsbin Mon Sep 29 12:48:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03673 for cvs-usrsbin-outgoing; Mon, 29 Sep 1997 12:48:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA03507; Mon, 29 Sep 1997 12:45:42 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA07198; Mon, 29 Sep 1997 12:40:19 -0700 (PDT) Date: Mon, 29 Sep 1997 12:40:19 -0700 (PDT) Message-Id: <199709291940.MAA07198@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lcp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/09/29 12:40:18 PDT Modified files: usr.sbin/ppp lcp.c Log: If "set mtu" is used, *and* the mtu is less than the value requested by the peer, NAK using this value rather than silently just changing the interface mtu. Revision Changes Path 1.37 +7 -4 src/usr.sbin/ppp/lcp.c