diff options
author | Phillip Smith <phillip.smith@naturesorganics.com.au> | 2012-04-18 01:57:01 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-18 17:31:30 +0200 |
commit | f50cf9943caf8355f2534da950227dffed6019a7 (patch) | |
tree | 58f5b1c9820cec45d2bde1e060d3ccdf6474b53f /docs | |
parent | 6d4f054ccc25d8a539bc6b4c09c3dbc6afb36875 (diff) | |
download | netctl-f50cf9943caf8355f2534da950227dffed6019a7.tar.gz netctl-f50cf9943caf8355f2534da950227dffed6019a7.tar.xz |
add undocumented IP=no option to net-profiles man page
There is support for IP='no' option in profiles to have the interface be
brought up but assign no addresses. This patch adds documentation of
that option to the man page.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/netcfg-profiles.5.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/netcfg-profiles.5.txt b/docs/netcfg-profiles.5.txt index b032c9b..c9a3380 100644 --- a/docs/netcfg-profiles.5.txt +++ b/docs/netcfg-profiles.5.txt @@ -71,8 +71,9 @@ This connection method uses the iproute suite of tools and dhcpcd to gain an IP address. +IP+ (required for IPv4):: - Can be either `static' or `dhcp'. Static requires at least one of +ADDR+ - or +IPCFG+. + Either `static' or `dhcp'. Set to `no' to have netcfg bring the interface + up but assign no addresses. Static requires at least one of +ADDR+ or + +IPCFG+. IPv4 options ~~~~~~~~~~~~ |