Yeah, devtmpfs misses the magic '!' -> '/' support. I'll go and fix this.
If you don't want to change the device name, you can fill-in the name in the miscdevice structure, like: static struct miscdevice tun_miscdev = { .minor = TUN_MINOR, .name = "tun", .nodename = "net/tun", .fops = &tun_fops, }; Kay -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org