From 9997a323581c7152e67830690d80d213d7c0d2e2 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Thu, 26 Feb 2009 20:42:04 +1100 Subject: Update and re-arrange examples, update wireless quirk options, stop using deprecated sys interface --- examples/ethernet-iproute | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 examples/ethernet-iproute (limited to 'examples/ethernet-iproute') diff --git a/examples/ethernet-iproute b/examples/ethernet-iproute new file mode 100755 index 0000000..6ac20e1 --- /dev/null +++ b/examples/ethernet-iproute @@ -0,0 +1,7 @@ +CONNECTION="ethernet-iproute" +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