diff options
author | James Rayner <james@archlinux.org> | 2009-09-22 14:15:02 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-09-22 14:15:02 +0200 |
commit | 1c6760ebd6b7d6630fbab75885fac5dbea90c78b (patch) | |
tree | 05e67c2ab4fab972984fae3671b2b5cae116d2e7 /examples/ethernet-dhcp | |
parent | 57bed3df9310db328d80b32b31fdefa8418bbd1e (diff) | |
download | netctl-1c6760ebd6b7d6630fbab75885fac5dbea90c78b.tar.gz netctl-1c6760ebd6b7d6630fbab75885fac5dbea90c78b.tar.xz |
Merge connections ethernet/ethernet-iproute
Diffstat (limited to 'examples/ethernet-dhcp')
-rw-r--r-- | examples/ethernet-dhcp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ethernet-dhcp b/examples/ethernet-dhcp index 78edfc4..9757b67 100644 --- a/examples/ethernet-dhcp +++ b/examples/ethernet-dhcp @@ -1,4 +1,4 @@ -CONNECTION="ethernet-iproute" +CONNECTION="ethernet" DESCRIPTION="A basic dhcp ethernet connection using iproute" INTERFACE="eth0" IP="dhcp" |