diff options
author | kmacy <kmacy@FreeBSD.org> | 2009-04-14 23:05:36 +0000 |
---|---|---|
committer | kmacy <kmacy@FreeBSD.org> | 2009-04-14 23:05:36 +0000 |
commit | 8149bfaed6bb48e24c81b4fe830665f412bc7e32 (patch) | |
tree | 2c468e4e81b86a0a66401b94c6626251cbbccf6a /UPDATING | |
parent | 7500c86f06626d19d1c6296cfdb9f781600f1bf0 (diff) | |
download | FreeBSD-src-8149bfaed6bb48e24c81b4fe830665f412bc7e32.zip FreeBSD-src-8149bfaed6bb48e24c81b4fe830665f412bc7e32.tar.gz |
Extend route command:
- add show as alias for get
- add weights to allow mpath to do more than equal cost
- add sticky / nostick to disable / re-enable per-connection load balancing
This adds a field to rt_metrics_lite so network bits of world will need to be re-built.
Reviewed by: jeli & qingli
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,13 @@ 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.) +20090414: + The size of rt_metrics_lite and by extension rtentry has changed. + Networking administration apps will need to be recompiled. + The route command now supports show as an alias for get, weighting + of routes, sticky and nostick flags to alter the behavior of stateful + load balancing. + Bump __FreeBSD_version to 800078. 20090408: Do not use Giant for kbdmux(4) locking. This is wrong and apparently causing more problems than it solves. This will |