Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: drochner
Date: Thu Aug 23 12:06:32 UTC 2012
Modified Files:
src/sbin/brconfig: brconfig.c
src/sys/net: if_bridgevar.h
Log Message:
the address expire counter is just a time difference; it can turn
negative after the timer expired until the entry is deleted.
make it signed, so that we don't get output like
"00:1b:78:12:50:46 wm0 18446744073709551349 flags=0<>"
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/brconfig/brconfig.c
cvs rdiff -u -r1.14 -r1.15 src/sys/net/if_bridgevar.h
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