aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2004-08-30 06:29:26 +0000
committerBrooks Davis <brooks@FreeBSD.org>2004-08-30 06:29:26 +0000
commit1fc4519b1dceb56916d29176c064dcc9b3bbcf6d (patch)
tree35ae08d1134e69679205be6a034b9bf1a6903659 /UPDATING
parentd91a18bc4c92fbe6cc5f30b330d5084476bd7ed4 (diff)
downloadsrc-1fc4519b1dceb56916d29176c064dcc9b3bbcf6d.tar.gz
src-1fc4519b1dceb56916d29176c064dcc9b3bbcf6d.zip
Add a new variable, ifi_epoch, to struct if_data. It is set to the last
time the interface counters were zeroed, currently the time if_attach() was called. It is indentended to be a valid value for RFC2233's ifCounterDiscontinuityTime and to make it easier for applications to verify that the interface they find at a given index is the one that was there last time they looked. An if_epoch "compatability" macro has not been created as ifi_epoch has never been a member of struct ifnet. Approved by: andre, bms, wollman
Notes
Notes: svn path=/head/; revision=134514
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f31d8f6f378c..99b56a9028cc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -23,6 +23,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20040830:
+ A new variable, ifi_epoch, has been added to struct if_data
+ which is part if struct ifnet. This means all network drivers
+ and network monitoring applications need to be recompiled.
+
20040828:
The default configuration for the network stack has been changed
such that it now runs without the Giant lock unless configured