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.