summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-05-29 09:03:54 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-05-29 09:04:11 +0200
commit143d0208091188ad69b93c70b81b7302c0e6334b (patch)
treef9d67ed16e792a9b840bdaabbf7267936af06ebf /examples
parentc8be1846de2665cd234ec5439f4cd24327fe5686 (diff)
downloadnetctl-143d0208091188ad69b93c70b81b7302c0e6334b.tar.gz
netctl-143d0208091188ad69b93c70b81b7302c0e6334b.tar.xz
Add an example for routes settings in ethernet-static
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/ethernet-static1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ethernet-static b/examples/ethernet-static
index 39d8bd6..aa4c153 100644
--- a/examples/ethernet-static
+++ b/examples/ethernet-static
@@ -3,5 +3,6 @@ DESCRIPTION='A basic static ethernet connection using iproute'
INTERFACE='eth0'
IP='static'
ADDR='192.168.1.23'
+#ROUTES=('192.168.0.0/24 via 192.168.1.2')
GATEWAY='192.168.1.1'
DNS=('192.168.1.1')