From 75de64fe51110f7550e1f0f4b5d5f5a7e5a7440f Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 19 Jun 2011 21:55:39 +0200 Subject: Rationalize source tree hierarchy. --- docs/examples/ethernet-iproute | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/examples/ethernet-iproute (limited to 'docs/examples/ethernet-iproute') diff --git a/docs/examples/ethernet-iproute b/docs/examples/ethernet-iproute new file mode 100644 index 0000000..d22dd17 --- /dev/null +++ b/docs/examples/ethernet-iproute @@ -0,0 +1,7 @@ +CONNECTION='ethernet' +DESCRIPTION='A more versatile static ethernet connection using iproute' +INTERFACE='eth0' +IP='static' +# Any valid iproute command can be placed in this array +IPCFG=('addr add dev eth0 192.168.1.23/24 brd +' 'route add default via 192.168.1.1') +DNS=('192.168.1.1') -- cgit v1.2.3-24-g4f1b