NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49507 CVS commit: src/sys/net



The following reply was made to PR kern/49507; it has been noted by GNATS.

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49507 CVS commit: src/sys/net
Date: Thu, 1 Jan 2015 08:43:26 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Thu Jan  1 08:43:26 UTC 2015
 
 Modified Files:
 	src/sys/net: if_bridge.c
 
 Log Message:
 Reset the expire time of a cache on receiving a frame for the cache
 
 The expire time of a cache in a bridge MAC address table was never reset
 once it is initialized regardless of traffic for the cache. The behavior
 isn't supposed and active caches are unnecessarily expired and removed.
 
 PR kern/49507
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.95 -r1.96 src/sys/net/if_bridge.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index