diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2006-04-13 06:50:46 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2006-04-13 06:50:46 +0000 |
| commit | c4af136d498777ce19ff60b04bbdd504984a4ccb (patch) | |
| tree | 9e34297d1772831e3888eb1ecfaa29edae777b1c /share | |
| parent | 4377aa4cf4485ead32c589c48620459aebf0a591 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/rc.conf.5 | 38 |
1 files changed, 30 insertions, 8 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index fa05c721d072..587247588606 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -364,6 +364,22 @@ to start the DHCP client in background. This can cause trouble with applications depending on a working network, but it will provide a faster startup in many cases. +.It Va syncronous_dhclient +.Pq Bt bool +Set to +.Dq Li NO +to start +.Xr dhclient 8 +only in response to interface events and not syncronously at startup. +This behavior can be overridden on a per-interface basis by replacing +the +.Dq Li DHCP +keyword in the +.Va ifconfig_ Ns Aq Ar interface +variable with +.Dq Li SYNCDHCP +or +.Dq Li NOSYNCDHCP . .It Va firewall_enable .Pq Vt bool Set to @@ -942,19 +958,25 @@ for more information. Set to the list of network interfaces to configure on this host or .Dq Li AUTO (the default) for all current interfaces. -For example, if the only active network devices in the system -are the loopback device -.Pq Li lo0 -and a NIC using the -.Xr ed 4 -driver, -this could be set to -.Dq Li "lo0 ed0" . +Setting the +.Va network_interfaces +variable to anything other than the default is deprecated. +Interfaces that the administrator wishes to store configration for, +but not start at boot should be configured with the +.Dq Li NOAUTO +keyword in their +.Va ifconfig_ Ns Aq Ar interface +variables as described below. .Pp An .Va ifconfig_ Ns Aq Ar interface variable is also assumed to exist for each value of .Ar interface . +When an interface name contains any of the characters +.Dq Li .-/+ +they are translated to +.Dq Li _ +before lookup. The variable can contain arguments to .Xr ifconfig 8 , as well as special case-insensitive keywords described below. |
