From 2d0c4fb52357dd13d927d7c6d571643e95d5e59c Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sat, 11 Jun 2011 22:59:09 +0200 Subject: examples: add line for DHCPv6 --- examples/ethernet-dhcp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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' -- cgit v1.2.3-24-g4f1b