From: Roy Marples Date: Tue, 16 Dec 2008 17:52:12 +0000 (+0000) Subject: Document avoiding BOOTP servers. X-Git-Tag: v5.0.0~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d339e3a6ecaf7869b4aa9bce5dce6a0ec44979;p=thirdparty%2Fdhcpcd.git Document avoiding BOOTP servers. --- diff --git a/dhcpcd.8.in b/dhcpcd.8.in index d5a58237..b327546e 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd November 19, 2008 +.Dd December 16, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -417,6 +417,11 @@ configure the interface and routing. Requires the .Ar option to be present in all DHCP messages, otherwise the message is ignored. +To enforce that +.Nm +only responds to DHCP servers and not BOOTP servers, you can +.Fl Q +.Ar dhcp_message_type . .It Fl T, -test On receipt of OFFER messages just call .Pa @SCRIPT@ diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index da049477..c7aa7219 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 07, 2008 +.Dd December 16, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -165,6 +165,11 @@ It can be a variable to be used in .Xr dhcpcd-run-hooks 8 or the numerical value. You can specify more options seperated by commas, spaces or more require lines. +To enforce that +.Nm dhcpcd +only responds to DHCP servers and not BOOTP servers, you can +.Ic require +.Ar dhcp_message_type . .It Ic script Ar script Use .Ar script