aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2009-04-15 20:34:19 +0000
committerKip Macy <kmacy@FreeBSD.org>2009-04-15 20:34:19 +0000
commitde4ab55e43a568436c4068a5c23225ae17458b0d (patch)
tree052058b69b0f81a1cff72f6328f3986cc864fdd6 /UPDATING
parentbce79dbb29dbb7742b08058f7f7fe2b754613480 (diff)
downloadsrc-de4ab55e43a568436c4068a5c23225ae17458b0d.tar.gz
src-de4ab55e43a568436c4068a5c23225ae17458b0d.zip
add an llentry to struct route{_in6} to allow it to be passed around with
the rtentry
Notes
Notes: svn path=/head/; revision=191117
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index aef112da0277..a3493333f3a2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20090415:
+ Add an llentry to struct route and struct route_in6. Modules
+ embedding a struct route will need to be recompiled.
+ Bump __FreeBSD_version to 800079.
+
20090414:
The size of rt_metrics_lite and by extension rtentry has changed.
Networking administration apps will need to be recompiled.