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