diff options
| author | Roy Marples <roy@marples.name> | 2009-03-23 10:09:10 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-23 10:09:10 +0000 |
| commit | 45b51c7f6c5ca068d8d2a283eeb976465247dfde (patch) | |
| tree | e508d215d090adffb46b3b5a71a8141c4404ed44 /dhcpcd-run-hooks.8.in | |
| parent | d377fcaa7c3de0f105d65644244167ff81d93484 (diff) | |
| download | dhcpcd-45b51c7f6c5ca068d8d2a283eeb976465247dfde.tar.xz | |
dhcpcd CAN work on IEEE FireWire interfaces.
However, BPF does not appear to operate on these, so we report the error
and continue.
When BPF supports FireWire for DHCP, dhcpcd will magically start to work.
Diffstat (limited to 'dhcpcd-run-hooks.8.in')
| -rw-r--r-- | dhcpcd-run-hooks.8.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dhcpcd-run-hooks.8.in b/dhcpcd-run-hooks.8.in index 89525697..ef95590f 100644 --- a/dhcpcd-run-hooks.8.in +++ b/dhcpcd-run-hooks.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 19, 2009 +.Dd March 23, 2009 .Dt DHCPCD.SH 8 SMM .Os .Sh NAME @@ -104,9 +104,12 @@ This should be treated as EXPIRE. dhcpcd lost the carrier. The cable may have been unplugged or association to the wireless point lost. .It Dv FAIL -dhcpcd failed to contact any DHCP servers or use an old lease. +dhcpcd failed to operate on the interface. +This normally happens when dhcpcd does not support the raw interface, which +means it cannot work as a DHCP or ZeroConf client. +Static configuration is still allowed. .It Dv STOP -dhcpcd will stop running on the interface. +dhcpcd stopped running on the interface. .It Dv TEST dhcpcd received an OFFER from a DHCP server but will not configure the interface. |
