diff options
author | James Rayner <james@archlinux.org> | 2010-02-21 12:53:23 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2010-02-21 12:53:23 +0100 |
commit | 3ef5489578b849d3632cbd858245e0f18b5fe8dd (patch) | |
tree | 496980fb0febe74977be622400ec17c2477dcb7f /docs | |
parent | 1b3a2e870c5619ad3a6c2ca5c7f30ccf37c8d422 (diff) | |
download | netctl-3ef5489578b849d3632cbd858245e0f18b5fe8dd.tar.gz netctl-3ef5489578b849d3632cbd858245e0f18b5fe8dd.tar.xz |
Add adjustable netmask to IP='static'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ethernet | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ethernet b/docs/ethernet index a128697..5df810a 100644 --- a/docs/ethernet +++ b/docs/ethernet @@ -16,6 +16,8 @@ ADDR (requires IP of 'static') : A single IP address to configure a static IP. For example: GATEWAY (requires IP of 'static') : Set specified gateway +NETMASK (requires IP of 'static') +: Set specified netmask. Defaults to 24 IPCFG : Array of arguments to pass to 'ip'. The power of this options is that it allows both simple and complicated routing configurations, within the framework of netcfg. IFOPTS (deprecated, requires IP of 'static') |