diff options
author | kmacy <kmacy@FreeBSD.org> | 2009-04-15 20:34:19 +0000 |
---|---|---|
committer | kmacy <kmacy@FreeBSD.org> | 2009-04-15 20:34:19 +0000 |
commit | 52b9562b83c993486f736eba2cbcf03ad65fbcec (patch) | |
tree | 052058b69b0f81a1cff72f6328f3986cc864fdd6 /UPDATING | |
parent | 46ae43e7c6d9bf27aa68fc70d5cc810041078537 (diff) | |
download | FreeBSD-src-52b9562b83c993486f736eba2cbcf03ad65fbcec.zip FreeBSD-src-52b9562b83c993486f736eba2cbcf03ad65fbcec.tar.gz |
add an llentry to struct route{_in6} to allow it to be passed around with
the rtentry
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |