Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/26/2001 08:47:38
Module Name:	syssrc
Committed By:	itojun
Date:		Thu Jul 26 05:47:37 UTC 2001

Modified Files:
	syssrc/sys/net: route.c

Log Message:
do not initialize rmx_mtu on RTM_ADD.

on gateway change, copy rmx_mtu from gateway only under the following condition:
- current MTU is not locked
- current MTU was discovered via PMTUD

XXX if gateway has MTU == 0, current MTU is set to 0 and we are going to
rediscover PMTU again.  is it good or bad?


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/net/route.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.