diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-06-11 22:59:09 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-06-11 22:59:09 +0200 |
commit | 2d0c4fb52357dd13d927d7c6d571643e95d5e59c (patch) | |
tree | 02b51890eef7931dbd5058e63cf46a9c7217e3ec /examples/ethernet-dhcp | |
parent | 8c85a77312a46f742eb0a8041876942f6e2c286e (diff) | |
download | netctl-2d0c4fb52357dd13d927d7c6d571643e95d5e59c.tar.gz netctl-2d0c4fb52357dd13d927d7c6d571643e95d5e59c.tar.xz |
examples: add line for DHCPv6
Diffstat (limited to 'examples/ethernet-dhcp')
-rw-r--r-- | examples/ethernet-dhcp | 2 |
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' |