Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dhclient: Update dhclient man page for n flag
Browse files Browse the repository at this point in the history
Document new n flag for disabling ARP resolution within dhclient.

Sponsored by: Google LLC (GSoC 2024)
ica574 committed Aug 6, 2024
1 parent 3b407ec commit 4e421d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sbin/dhclient/dhclient.8
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
.Dd August 4, 2018
.Dd August 1, 2024
.Dt DHCLIENT 8
.Os
.Sh NAME
@@ -95,6 +95,9 @@ Forces
.Nm
to reject leases with unknown options in them.
The default behaviour is to accept such lease offers.
.It Fl n
Don't wait for ARP resolution within
.Nm
.El
.Pp
The DHCP protocol allows a host to contact a central server which

0 comments on commit 4e421d0

Please sign in to comment.