summaryrefslogtreecommitdiffstats
path: root/docs/examples/ethernet-static
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-02-06 16:27:00 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-02-06 16:27:00 +0100
commit91e78c3f0e7f22f1207fcdb7b3d18de47d847798 (patch)
tree551ff64c6deefa001ac1321720b83d9b9f354a26 /docs/examples/ethernet-static
parent7f1eee3a934efa674daf31ccad206a85cb3ded07 (diff)
downloadnetctl-91e78c3f0e7f22f1207fcdb7b3d18de47d847798.tar.gz
netctl-91e78c3f0e7f22f1207fcdb7b3d18de47d847798.tar.xz
Left over updates of example profiles
The netmask is mandatory since commit 4a846.
Diffstat (limited to 'docs/examples/ethernet-static')
-rw-r--r--docs/examples/ethernet-static2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/ethernet-static b/docs/examples/ethernet-static
index 73e4e73..3767f54 100644
--- a/docs/examples/ethernet-static
+++ b/docs/examples/ethernet-static
@@ -2,7 +2,7 @@ Description='A basic static ethernet connection'
Interface=eth0
Connection=ethernet
IP=static
-Address='192.168.1.23/24'
+Address=('192.168.1.23/24' '192.168.1.87/24')
#Routes=('192.168.0.0/24 via 192.168.1.2')
Gateway='192.168.1.1'
DNS=('192.168.1.1')