From 143d0208091188ad69b93c70b81b7302c0e6334b Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 29 May 2011 09:03:54 +0200 Subject: Add an example for routes settings in ethernet-static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- examples/ethernet-static | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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') -- cgit v1.2.3-24-g4f1b