summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-06-30 05:02:34 +0000
committerbrooks <brooks@FreeBSD.org>2005-06-30 05:02:34 +0000
commitc724d1075b9ee7060457aa12deff7f30654ce103 (patch)
tree4f274282830b8d087da9ad0c55a9ecd4e0ca1a89 /UPDATING
parenta4a984e930d5fde871f064cbd9b8cf676fe8800c (diff)
downloadFreeBSD-src-c724d1075b9ee7060457aa12deff7f30654ce103.zip
FreeBSD-src-c724d1075b9ee7060457aa12deff7f30654ce103.tar.gz
- Remove the pccard_ifconfig variable in favor of a new
ifconfig_DEFAULT variable. Unlike pccard_ifconfig, ifconfig_DEFAULT applies to all interfaces that do not specify an ifconfig_<ifn> variable rather than just those listed in removable_interfaces. - Correct the list of interfaces when network_interfaces and removable_interfaces are both set by including removable_interfaces in the list of canidates. - When listing dhcp interfaces, include those with other ifconfig options so nat works. Approved by: re (network interface startup blanket)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index da47a03..b786717 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20050629:
+ The pccard_ifconfig rc.conf variable has been removed and a new
+ variable, ifconfig_DEFAULT has been introduced. Unlike
+ pccard_ifconfig, ifconfig_DEFAULT applies to ALL interfaces that
+ do not have ifconfig_ifn entries rather than just those in
+ removable_interfaces.
+
20050610:
Major changes to network interface API. All drivers must be
recompiled. Drivers not in the base system will need to be
OpenPOWER on IntegriCloud