]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Document avoiding BOOTP servers.
authorRoy Marples <roy@marples.name>
Tue, 16 Dec 2008 17:52:12 +0000 (17:52 +0000)
committerRoy Marples <roy@marples.name>
Tue, 16 Dec 2008 17:52:12 +0000 (17:52 +0000)
dhcpcd.8.in
dhcpcd.conf.5.in

index d5a58237ba6130f76e541640d4e59552756d4325..b327546e80604fba361756f2eed8651670222adc 100644 (file)
@@ -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@
index da04947744b515d357574e461bffab676bf67190..c7aa7219a84d358e271569bcee29568a51120fbf 100644 (file)
@@ -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