summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-static
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ethernet-static')
-rw-r--r--examples/ethernet-static14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/ethernet-static b/examples/ethernet-static
index 630ff14..39d8bd6 100644
--- a/examples/ethernet-static
+++ b/examples/ethernet-static
@@ -1,7 +1,7 @@
-CONNECTION="ethernet"
-DESCRIPTION="A basic static ethernet connection using iproute"
-INTERFACE="eth0"
-IP="static"
-ADDR="192.168.1.23"
-GATEWAY="192.168.1.1"
-DNS=("192.168.1.1")
+CONNECTION='ethernet'
+DESCRIPTION='A basic static ethernet connection using iproute'
+INTERFACE='eth0'
+IP='static'
+ADDR='192.168.1.23'
+GATEWAY='192.168.1.1'
+DNS=('192.168.1.1')