summaryrefslogtreecommitdiffstats
path: root/docs/examples/ethernet-iproute
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-06-19 21:55:39 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-06-19 21:55:39 +0200
commit75de64fe51110f7550e1f0f4b5d5f5a7e5a7440f (patch)
treeb6d586547e32b9fcb3dbae80b8c00aab3cebc76a /docs/examples/ethernet-iproute
parent5ac9b45fe392a70c7325aac65ff02f572cdf1cff (diff)
downloadnetctl-75de64fe51110f7550e1f0f4b5d5f5a7e5a7440f.tar.gz
netctl-75de64fe51110f7550e1f0f4b5d5f5a7e5a7440f.tar.xz
Rationalize source tree hierarchy.
Diffstat (limited to 'docs/examples/ethernet-iproute')
-rw-r--r--docs/examples/ethernet-iproute7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/examples/ethernet-iproute b/docs/examples/ethernet-iproute
new file mode 100644
index 0000000..d22dd17
--- /dev/null
+++ b/docs/examples/ethernet-iproute
@@ -0,0 +1,7 @@
+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')