summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-dhcp
blob: 071963236b45ddd1859b1520f63c026cbced79e9 (plain)
1
2
3
4
5
6
7
8
9
CONNECTION='ethernet'
DESCRIPTION='A basic dhcp ethernet connection using iproute'
INTERFACE='eth0'
IP='dhcp'
## for DHCPv6
#IP6='dhcp'
## for IPv6 autoconfiguration
#IP6='stateless'