cvs commit: src UPDATING src/etc network.subr
Brooks Davis
brooks at FreeBSD.org
Thu Jun 30 05:02:34 GMT 2005
brooks 2005-06-30 05:02:34 UTC
FreeBSD src repository
Modified files:
. UPDATING
etc network.subr
Log:
- 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)
Revision Changes Path
1.415 +7 -0 src/UPDATING
1.164 +7 -34 src/etc/network.subr
More information about the cvs-src
mailing list