summaryrefslogtreecommitdiffstats
path: root/config/iftab
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-12-28 02:38:58 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-12-28 02:38:58 +0100
commit4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d (patch)
tree09580c92ca78e8b9b54d7ed8d6b79d7fcd6fd9ff /config/iftab
parent6737a37e5666837a8f51a2f74bdebdd756151394 (diff)
downloadnetctl-4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d.tar.gz
netctl-4e457e0efd0e5fd5df24c7e9ed63b02d0196ea8d.tar.xz
Forking netcfg to netctl (1/2)
This commit contains the moving of files.
Diffstat (limited to 'config/iftab')
-rw-r--r--config/iftab20
1 files changed, 0 insertions, 20 deletions
diff --git a/config/iftab b/config/iftab
deleted file mode 100644
index e016644..0000000
--- a/config/iftab
+++ /dev/null
@@ -1,20 +0,0 @@
-# Example iftab
-
-# Format: {New name} {Criteria}
-
-# Match on driver
-#ipw0 driver ipw2100
-#eth9 driver ndiswrapper
-#rl0 driver 8139too
-
-# Match on MAC address
-#wlan0 mac 00:11:22:33:44:%5
-#eth1 mac 11:22:33:44:55:66
-
-# Match on sysfs attribute
-#myvpn SYSFS{address} 00:10:83:*
-
-# Automatically number
-#eth* ipw2100
-
-## More examples in 'man iftab'