You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
872 B
25 lines
872 B
commit 6acfd3125546a0e5db8fae8a9964cd2f88bf68c0
|
|
Author: Pavel Zhukov <pzhukov@redhat.com>
|
|
Date: Tue Oct 22 16:28:04 2019 +0200
|
|
|
|
Add dhclient(5) -B option description
|
|
|
|
Bug-Url: https://bugzilla.redhat.com/1764088
|
|
|
|
diff --git a/client/dhclient.8 b/client/dhclient.8
|
|
index 0145b9f..5226de5 100644
|
|
--- a/client/dhclient.8
|
|
+++ b/client/dhclient.8
|
|
@@ -552,6 +552,11 @@ Path to the network configuration script invoked by
|
|
when it gets a lease. If unspecified, the default
|
|
.B CLIENTBINDIR/dhclient-script
|
|
is used. See \fBdhclient-script(8)\fR for a description of this file.
|
|
+.TP
|
|
+.BI \-B
|
|
+Always set the bootp broadcast flag in request packets, so that
|
|
+servers will always broadcast replies. This option is provided as
|
|
+an extension to enable dhclient to work on IBM s390 Linux guests.
|
|
.PP
|
|
.SH PORTS
|
|
During operations the client may use multiple UDP ports
|