diff options
| author | Roy Marples <roy@marples.name> | 2009-07-04 00:38:55 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-07-04 00:38:55 +0000 |
| commit | 2063c6f9a1321a1df60d5b38511bf3270cad972e (patch) | |
| tree | 7a96adcdc2f9b62d956a5c39bf7c540629fa57da | |
| parent | d81486816806ccd79780b5c25a1ff0f9849fcdb4 (diff) | |
| download | dhcpcd-2063c6f9a1321a1df60d5b38511bf3270cad972e.tar.xz | |
Document nooption
| -rw-r--r-- | dhcpcd.conf.5.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index a77778cc..689a90d5 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 April 18, 2009 +.Dd July 4, 2009 .Dt DHCPCD.CONF 5 SMM .Os .Sh NAME @@ -158,6 +158,10 @@ 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 option lines. +.It Ic nooption Ar option +Remove the option from the DHCP message. +This should only be used when a DHCP server sends a non requested option +that should not be processed. .It Ic destination Ar option If .Nm |
