summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-08-24 01:23:49 +0000
committerbrooks <brooks@FreeBSD.org>2005-08-24 01:23:49 +0000
commitec73ff7b51b481542cac8b413f8135224dd6d5cb (patch)
treeeb2bb5b286d6b68110242871bc1f6b4e9bf5fb4d /share
parent09bbc99b5a768984ec43bc7dc4680a8a9f2311f9 (diff)
downloadFreeBSD-src-ec73ff7b51b481542cac8b413f8135224dd6d5cb.zip
FreeBSD-src-ec73ff7b51b481542cac8b413f8135224dd6d5cb.tar.gz
- Remove the removable_interfaces variable. /etc/pccard_ether will
now run on any interface. - Add a new ifconfig_<ifn> keyword, NOAUTO which prevents configuration of an interface at boot or via /etc/pccard_ether. This allows /etc/rc.d/netif to be used to start and stop an interface on a purely manual basis. The decision to affect pccard_ether may be revisited at a later date. Requested by: imp, gallatin (removable_interfaces) Discussed with: sam, Randy Bush (NOAUTO)
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.515
1 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index d19fbe4..4a32866 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -215,10 +215,6 @@ is set to
these are the flags to pass to the
.Xr powerd 8
daemon.
-.It Va removable_interfaces
-.Pq Vt str
-List of removable network interfaces to be supported by
-.Pa /etc/pccard_ether .
.It Va tmpmfs
Controls the creation of a
.Pa /tmp
@@ -906,6 +902,17 @@ An
.Va ifconfig_ Ns Aq Ar interface
variable is also assumed to exist for each value of
.Ar interface .
+If the
+.Va ifconfig_ Ns Aq Ar interface
+contains the keyword
+.Dq Li "NOAUTO"
+then the interface will not be configured by
+at boot or by
+.Pa /etc/pccard_ether
+when
+.Va network_interfaces
+is set to
+.Dq Li "AUTO" .
It is also possible to add IP alias entries here in cases where
multiple IP addresses registered against a single interface
are desired.
OpenPOWER on IntegriCloud