diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-08-09 00:27:53 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-08-09 00:27:53 +0200 |
commit | 8dec3ca378062e538dd97eba1712338bbebc8f33 (patch) | |
tree | 3791de47b4d5411b6989b71894b3221222a24f11 /docs/examples | |
parent | 82561d179d239bd7c3305e81fa62f01928fb390e (diff) | |
parent | 0b6ac7bf41ef2f1cf548eda8a4054c21a4bd9434 (diff) | |
download | netctl-8dec3ca378062e538dd97eba1712338bbebc8f33.tar.gz netctl-8dec3ca378062e538dd97eba1712338bbebc8f33.tar.xz |
Merge branch '2.6.x'
Conflicts:
README
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/ethernet-static | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/ethernet-static b/docs/examples/ethernet-static index 250896d..ea88bde 100644 --- a/docs/examples/ethernet-static +++ b/docs/examples/ethernet-static @@ -7,6 +7,9 @@ ADDR='192.168.1.23' GATEWAY='192.168.1.1' DNS=('192.168.1.1') +## For IPv6 autoconfiguration +#IP6=stateless + ## For IPv6 static address configuration #IP6='static' #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96') |