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. --- examples/ethernet-iproute | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 examples/ethernet-iproute (limited to 'examples/ethernet-iproute') diff --git a/examples/ethernet-iproute b/examples/ethernet-iproute deleted file mode 100644 index d22dd17..0000000 --- a/examples/ethernet-iproute +++ /dev/null @@ -1,7 +0,0 @@ -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