diff options
author | brooks <brooks@FreeBSD.org> | 2004-09-01 15:14:13 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-09-01 15:14:13 +0000 |
commit | aac3e70226ce974507f4e98471f851f9280348fd (patch) | |
tree | 3194afe904f5a3e95aa3e09d896d9a8ff5ee4696 /UPDATING | |
parent | 83c13cce825d905ce03213bdfba389a7168f51ff (diff) | |
download | FreeBSD-src-aac3e70226ce974507f4e98471f851f9280348fd.zip FreeBSD-src-aac3e70226ce974507f4e98471f851f9280348fd.tar.gz |
Add warnings about ifconfig incompatabilities caused by the addition of
ifi_epoch.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -28,6 +28,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: which is part if struct ifnet. This means all network drivers and network monitoring applications need to be recompiled. + WARNING WARNING WARNING WARNING WARNING WARNING WARNING + + This also breaks ifconfig compatibility. An old ifconfig will + not work with the new kernel and a new ifconfig will not work + with the old. It is strongly recommended that you make a copy + of your old ifconfig before installworld. If you are installing + remotely, you must copy over a new ifconfig before rebooting in + to the new kernel. + 20040828: The default configuration for the network stack has been changed such that it now runs without the Giant lock unless configured |