diff options
| author | Roy Marples <roy@marples.name> | 2008-04-14 03:45:54 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-14 03:45:54 +0000 |
| commit | be100443a3d5ec2a4a97da1325002c63573e93ec (patch) | |
| tree | 10e00ad1a33a96e2240a60b06e3fae817f5c1615 /dhcpcd.8.in | |
| parent | 1eda499e124e4ceb315913acd43fddf0248e4621 (diff) | |
| download | dhcpcd-be100443a3d5ec2a4a97da1325002c63573e93ec.tar.xz | |
Add -o opt1,opt2 and -O to disable requesting optional options. Rejig our defaults around this.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 71d964de..1f90d8b3 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -29,12 +29,13 @@ .Nd an RFC 2131 compliant DHCP client .Sh SYNOPSIS .Nm -.Op Fl dknpAEGHMLNRSTY +.Op Fl dknpAEGHMOLNRSTY .Op Fl c , -script Ar script .Op Fl h , -hostname Ar hostname .Op Fl i , -classid Ar classid .Op Fl l , -leasetime Ar seconds .Op Fl m , -metric Ar metric +.Op Fl o , -option Ar option .Op Fl r , -request Ar address .Op Fl t , -timeout Ar seconds .Op Fl u , -userclass Ar class @@ -167,6 +168,11 @@ presently only Linux .Pc . Route metrics allow the addition of routes to the same destination across different interfaces, the lower the metric the more it is preferred. +.It Fl o , -option Ar option +Request the DHCP +.Ar option +variable for use in +.Pa @PREFIX@/etc/dhcpcd.sh . .It Fl n , -renew Notifies an existing .Nm @@ -278,6 +284,8 @@ Don't set the MTU of the Don't touch .Pa /etc/ntpd.conf or restart the ntp service. +.It Fl O , -nooptions +Don't request any options beyond what is needed to configure the interface. .It Fl R , -nodns Don't send DNS information to resolvconf or touch .Pa /etc/resolv.conf . |
