summaryrefslogtreecommitdiffstats
path: root/dhcpcd.conf.5.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-18 12:43:05 +0000
committerRoy Marples <roy@marples.name>2008-08-18 12:43:05 +0000
commitcc45fbd76ed54efda7538a2eb8e56dd714346467 (patch)
tree1e01216167ac00bee224572d4218a45f273b3cd1 /dhcpcd.conf.5.in
parentbac03ede3de43969143a5bd314af10f17003980a (diff)
downloaddhcpcd-cc45fbd76ed54efda7538a2eb8e56dd714346467.tar.xz
The require directive now requires that the required options are present in each DHCP message. A few variables and functions have also been renamed to make this part more readable.
Diffstat (limited to 'dhcpcd.conf.5.in')
-rw-r--r--dhcpcd.conf.5.in16
1 files changed, 12 insertions, 4 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in
index f58c087f..899aea35 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 August 17, 2008
+.Dd August 18, 2008
.Dt DHCPCD.CONF 5 SMM
.Sh NAME
.Nm dhcpcd.conf
@@ -103,14 +103,22 @@ See
.It Ic nolink
Don't receive link messages about carrier status.
You should only set this for buggy interface drivers.
-.It Ic option Ar dhcp-option
+.It Ic option Ar option
Requests the
-.Ar dhcp-option
+.Ar option
from the server.
It can be a variable to be used in
.Xr dhcpcd-run-hooks 8
or the numerical value.
-You can specify more seperated by commas, spaces or more option lines.
+You can specify more options seperated by commas, spaces or more option lines.
+.It Ic require Ar option
+Requires the
+.Ar option
+to be present in all DHCP messages, otherwise the message is ignored.
+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.
.It Ic script Ar script
Use
.Ar script