diff options
| author | Roy Marples <roy@marples.name> | 2008-04-24 13:53:03 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-24 13:53:03 +0000 |
| commit | 012fd5d37f2b9198e10d5e75a16184cd84205ac5 (patch) | |
| tree | b0c4ce03e934062ef65585b3fa1bfc6ef1ab1446 /dhcpcd.conf.5 | |
| parent | 25d71b6065e569326f6f42f9233eea5036d33c68 (diff) | |
| download | dhcpcd-012fd5d37f2b9198e10d5e75a16184cd84205ac5.tar.xz | |
interface foo in dhcpcd.conf now only applies subsequent options for interface foo.
Diffstat (limited to 'dhcpcd.conf.5')
| -rw-r--r-- | dhcpcd.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dhcpcd.conf.5 b/dhcpcd.conf.5 index e0b37a77..d9ede8e3 100644 --- a/dhcpcd.conf.5 +++ b/dhcpcd.conf.5 @@ -57,6 +57,9 @@ if a FQDN (ie, contains a .) then it will be encoded a such. .It Ic fqdn Op none | ptr | both none disables FQDN encoding, ptr just asks the DHCP server to update the PTR record of the host in DNS whereas both also updates the A record. +.It interface Ar interface +Subsequent options are only parsed for this +.Ar interface . .It Ic leasetime Ar seconds Request a leasetime of .Ar seconds . |
