summaryrefslogtreecommitdiff
path: root/etc/udev/udev.rules.gentoo
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/udev.rules.gentoo')
-rw-r--r--etc/udev/udev.rules.gentoo6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index ab6f3bd405..1a84baa9d4 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -124,3 +124,9 @@ KERNEL="tap*", NAME="netlink/%k"
# CAPI devices
KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20"
KERNEL="capi*", NAME="capi/%n"
+
+# Network devices
+KERNEL="tun", NAME="net/%k"
+
+# raw devices
+KERNEL="raw[0-9]*", NAME="raw/%k"