diff options
Diffstat (limited to 'examples/ethernet-dhcp')
-rw-r--r-- | examples/ethernet-dhcp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/ethernet-dhcp b/examples/ethernet-dhcp index 9757b67..a5f20a8 100644 --- a/examples/ethernet-dhcp +++ b/examples/ethernet-dhcp @@ -1,4 +1,4 @@ -CONNECTION="ethernet" -DESCRIPTION="A basic dhcp ethernet connection using iproute" -INTERFACE="eth0" -IP="dhcp" +CONNECTION='ethernet' +DESCRIPTION='A basic dhcp ethernet connection using iproute' +INTERFACE='eth0' +IP='dhcp' |