summaryrefslogtreecommitdiffstats
path: root/docs/examples/ethernet-static
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-01-07 13:11:47 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-01-07 13:11:47 +0100
commitef6ad795b0a6d475346863c01c285cec37fd807f (patch)
tree30ef6eb2a3f0ea92081d45452fda0b5d38d348ad /docs/examples/ethernet-static
parent12f38d77c17df916eec0fb1440bf1941c2b55fcd (diff)
downloadnetctl-ef6ad795b0a6d475346863c01c285cec37fd807f.tar.gz
netctl-ef6ad795b0a6d475346863c01c285cec37fd807f.tar.xz
Minor update of sample profiles
Reduced unnecessary quoting and some rewording.
Diffstat (limited to 'docs/examples/ethernet-static')
-rw-r--r--docs/examples/ethernet-static5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/examples/ethernet-static b/docs/examples/ethernet-static
index 0d6b5a2..b346688 100644
--- a/docs/examples/ethernet-static
+++ b/docs/examples/ethernet-static
@@ -1,8 +1,9 @@
-Description='A basic static ethernet connection using iproute'
+Description='A basic static ethernet connection'
Interface=eth0
Connection=ethernet
IP=static
-Address='192.168.1.23'
+# The netmask in the IPv4 address is optional and defaults to 24
+Address='192.168.1.23/28'
#Routes=('192.168.0.0/24 via 192.168.1.2')
Gateway='192.168.1.1'
DNS=('192.168.1.1')