diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-06-13 14:00:35 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-06-13 14:01:14 +0200 |
commit | 67d1a8078a89c34fbf427942a4de24a8c8556e6a (patch) | |
tree | 515a34ca821e3aea7d12f05c0464b2abe839e5cd /docs/ethernet | |
parent | 9fb49752b99f58577323d81f98f8a790d5648a00 (diff) | |
download | netctl-67d1a8078a89c34fbf427942a4de24a8c8556e6a.tar.gz netctl-67d1a8078a89c34fbf427942a4de24a8c8556e6a.tar.xz |
IPv6: remove PREFIXLEN option and turn ADDR6 into an array
This allows configuring multiple IPv6 addresses on the same interface.
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'docs/ethernet')
-rw-r--r-- | docs/ethernet | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ethernet b/docs/ethernet index d2166ad..09877c8 100644 --- a/docs/ethernet +++ b/docs/ethernet @@ -28,11 +28,9 @@ IFOPTS (deprecated, requires IP of 'static') IP6 (required for IPv6) : Either 'dhcp', 'dhcp-noaddr', 'stateless', 'static'. ADDR6 (required for IP6=static) -: An IPv6 address or subnet. +: An array of IPv6 addresses: prefix length may be specified via '1234:bcd::11/64' syntax. GATEWAY6 (for IP6=static) : The gateway address for IPv6 routing. -PREFIXLEN (for IP6=static) -: The netmask for the interface address. ROUTES6 : An array of custom routes (<address range> via <gateway>) ### DNS |