summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-07-16 11:37:33 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-07-16 11:37:33 +0200
commitbf493403983f75bd458adc9cc86856586bf25ae9 (patch)
treeca1d1fe4fc98b5ab1f56cd45e3cadd02eb40dbe0 /docs
parente2ec97c077aba0f45cd09ca3110eae35dc46e07b (diff)
downloadnetctl-bf493403983f75bd458adc9cc86856586bf25ae9.tar.gz
netctl-bf493403983f75bd458adc9cc86856586bf25ae9.tar.xz
Don't release DHCP leases by default (FS#35760)
Regardless of the DHCP client, leases are not released by default. This introduces a new configuration parameter: DHCPReleaseOnStop, which can be used to change the default behavior.
Diffstat (limited to 'docs')
-rw-r--r--docs/netctl.profile.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt
index a50dbed..fe0073e 100644
--- a/docs/netctl.profile.5.txt
+++ b/docs/netctl.profile.5.txt
@@ -139,6 +139,10 @@ network. In particular, these connection types are +ethernet+,
The name of the preferred DHCP client. Supported options are
`dhcpcd' and `dhclient'. Defaults to `dhcpcd'.
+'DHCPReleaseOnStop='::
+ Set to `++yes++' to release the DHCP lease when the profile is
+ stopped.
+
'DhcpcdOptions=', 'DhclientOptions=', 'DhclientOptions6='::
Additional options to be passed to the DHCP client. Do not use this
unless you know what you are doing.