summaryrefslogtreecommitdiffstats
path: root/src/iftab
diff options
context:
space:
mode:
Diffstat (limited to 'src/iftab')
-rw-r--r--src/iftab20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/iftab b/src/iftab
new file mode 100644
index 0000000..e016644
--- /dev/null
+++ b/src/iftab
@@ -0,0 +1,20 @@
+# 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'