diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-05-29 09:03:54 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-05-29 09:04:11 +0200 |
commit | 143d0208091188ad69b93c70b81b7302c0e6334b (patch) | |
tree | f9d67ed16e792a9b840bdaabbf7267936af06ebf /examples/ethernet-static | |
parent | c8be1846de2665cd234ec5439f4cd24327fe5686 (diff) | |
download | netctl-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/ethernet-static')
-rw-r--r-- | examples/ethernet-static | 1 |
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') |