diff options
Diffstat (limited to 'examples')
-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' |