summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-iproute
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ethernet-iproute')
-rw-r--r--examples/ethernet-iproute7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/ethernet-iproute b/examples/ethernet-iproute
deleted file mode 100644
index d22dd17..0000000
--- a/examples/ethernet-iproute
+++ /dev/null
@@ -1,7 +0,0 @@
-CONNECTION='ethernet'
-DESCRIPTION='A more versatile static ethernet connection using iproute'
-INTERFACE='eth0'
-IP='static'
-# Any valid iproute command can be placed in this array
-IPCFG=('addr add dev eth0 192.168.1.23/24 brd +' 'route add default via 192.168.1.1')
-DNS=('192.168.1.1')