summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-dhcp
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-06-11 22:59:09 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-06-11 22:59:09 +0200
commit2d0c4fb52357dd13d927d7c6d571643e95d5e59c (patch)
tree02b51890eef7931dbd5058e63cf46a9c7217e3ec /examples/ethernet-dhcp
parent8c85a77312a46f742eb0a8041876942f6e2c286e (diff)
downloadnetctl-2d0c4fb52357dd13d927d7c6d571643e95d5e59c.tar.gz
netctl-2d0c4fb52357dd13d927d7c6d571643e95d5e59c.tar.xz
examples: add line for DHCPv6
Diffstat (limited to 'examples/ethernet-dhcp')
-rw-r--r--examples/ethernet-dhcp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ethernet-dhcp b/examples/ethernet-dhcp
index a5f20a8..7b0a1b5 100644
--- a/examples/ethernet-dhcp
+++ b/examples/ethernet-dhcp
@@ -2,3 +2,5 @@ CONNECTION='ethernet'
DESCRIPTION='A basic dhcp ethernet connection using iproute'
INTERFACE='eth0'
IP='dhcp'
+## for DHCPv6
+#IP6='dhcp'