Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd/dist sync
details: https://anonhg.NetBSD.org/src/rev/9b6ea82989ff
branches: trunk
changeset: 751325:9b6ea82989ff
user: roy <roy%NetBSD.org@localhost>
date: Sun Jan 31 20:53:05 2010 +0000
description:
sync
diffstat:
external/bsd/dhcpcd/dist/dhcpcd.8.in | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diffs (80 lines):
diff -r 4b92c17f752c -r 9b6ea82989ff external/bsd/dhcpcd/dist/dhcpcd.8.in
--- a/external/bsd/dhcpcd/dist/dhcpcd.8.in Sun Jan 31 20:50:16 2010 +0000
+++ b/external/bsd/dhcpcd/dist/dhcpcd.8.in Sun Jan 31 20:53:05 2010 +0000
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2009 Roy Marples
+.\" Copyright (c) 2006-2010 Roy Marples
.\" All rights reserved
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd October 25, 2009
+.Dd January 18, 2010
.Dt DHCPCD 8 SMM
.Os
.Sh NAME
@@ -30,7 +30,7 @@
.Nd an RFC 2131 compliant DHCP client
.Sh SYNOPSIS
.Nm
-.Op Fl bdgknpqwABDEGKLTV
+.Op Fl bdgknpqwABDEGHJKLTV
.Op Fl c , -script Ar script
.Op Fl e , -env Ar value
.Op Fl f , -config Ar file
@@ -133,7 +133,7 @@
only works for that interface and runs as a separate instance.
The
.Fl w , -waitip
-option is enabled in this instance to maintain compatability with older
+option is enabled in this instance to maintain compatibility with older
versions.
.Pp
Interfaces are preferred by carrier, DHCP lease/IPv4LL and then lowest metric.
@@ -292,7 +292,7 @@
The downside is if you request an
.Ar address
the DHCP server does not know about or the DHCP server is not
-authorative, it will remain silent.
+authoritative, it will remain silent.
In this situation, we go back to the init state and DISCOVER again.
If no
.Ar address
@@ -332,7 +332,7 @@
DHCP servers use this to give members of the class DHCP options other than the
default, without having to know things like hardware address or hostname.
.It Fl v , -vendor Ar code , Ns Ar value
-Add an enscapulated vendor option.
+Add an encapsulated vendor option.
.Ar code
should be between 1 and 254 inclusive.
To add a raw vendor string, omit
@@ -346,7 +346,7 @@
.D1 dhcpcd \-v 02,01:02:03:04:05 eth0
Set the vendor option 03 with an IP address as a string.
.D1 dhcpcd \-v 03,\e"192.168.0.2\e" eth0
-Set un-encapulated vendor option to hello world.
+Set un-encapsulated vendor option to hello world.
.D1 dhcpcd \-v ,"hello world" eth0
.It Fl w , -waitip
Wait for an address to be assigned before forking to the background.
@@ -447,6 +447,16 @@
.D1 dhcpcd -C resolv.conf -C mtu eth0
.It Fl G , -nogateway
Don't set any default routes.
+.It Fl H , -xidhwaddr
+Use the last four bytes of the hardware address as the DHCP xid instead
+of a randomly generated number.
+.It Fl J , -broadcast
+Instructs the DHCP server to broadcast replies back to the client.
+Normally this is only set for non Ethernet interfaces,
+such as FireWire and InfiniBand.
+In most instances,
+.Nm
+will set this automatically.
.It Fl K , -nolink
Don't receive link messages for carrier status.
You should only have to use this with buggy device drivers or running
Home |
Main Index |
Thread Index |
Old Index