Module Name: src
Committed By: roy
Date: Thu Jul 12 16:51:21 UTC 2012
Modified Files:
src/external/bsd/dhcpcd/dist: dhcpcd.8.in
Log Message:
sync
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/dhcpcd/dist/dhcpcd.8.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/dhcpcd/dist/dhcpcd.8.in
diff -u src/external/bsd/dhcpcd/dist/dhcpcd.8.in:1.16 src/external/bsd/dhcpcd/dist/dhcpcd.8.in:1.17
--- src/external/bsd/dhcpcd/dist/dhcpcd.8.in:1.16 Fri Mar 23 20:49:05 2012
+++ src/external/bsd/dhcpcd/dist/dhcpcd.8.in Thu Jul 12 16:51:21 2012
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 19, 2012
+.Dd June 7, 2012
.Dt DHCPCD 8
.Os
.Sh NAME
@@ -102,8 +102,18 @@ is also an implementation of the BOOTP c
.Pp
.Nm
is also an implementation of an IPv6 Router Solicitor as specified in
-.Li RFC 6106
-with regard to the RDNSS and DNSSL options.
+.Li RFC 4861
+and
+.Li RFC 6106 .
+.Nm
+can optionally handle address and route management itself,
+and will do so by default if Router Solicitation is disabled in the kernel.
+If
+.Nm
+is managing routes,
+.Nm
+sends Neighbor Solicitions to each advertising router periodically and will
+expire the ones that do not respond.
.Ss Local Link configuration
If
.Nm
@@ -274,8 +284,12 @@ Override the
.Ar vendorclassid
field sent.
The default is
-dhcpcd <version>.
+dhcpcd-<version>:<os>:<machine>:<platform>.
+For example
+.D1 dhcpcd-5.5.6:NetBSD-6.99.5:i386:i386
If not set then none is sent.
+Some badly configured DHCP servers reject unknown vendorclassids.
+To work around it, try and impersonate Windows by using the MSFT vendorclassid.
.It Fl k , Fl Fl release
This causes an existing
.Nm
@@ -578,7 +592,8 @@ running on the
.Xr resolvconf 8
.Sh STANDARDS
RFC 951, RFC 1534, RFC 2131, RFC 2132, RFC 2855, RFC 3004, RFC 3361, RFC 3396,
-RFC 3397, RFC 3442, RFC 3927, RFC 4361, RFC 4390, RFC 4702, RFC 5969, RFC 6106.
+RFC 3397, RFC 3442, RFC 3927, RFC 4361, RFC 4390, RFC 4702, RFC 4861, RFC 5969,
+RFC 6106.
.Sh AUTHORS
.An Roy Marples Aq [email protected]
.Sh BUGS