In the last episode (Jul 07), Patrick Dung said: > Only /dev/bpf0 is there at boot time > But when I run tcpdump, it automatically create > /dev/bpf1 (I have multiple NIC). > Running devfs at boot time cannot set the /dev/bpf1, > which is not present.
Devfs rules use wildcard matches: path pattern Matches any node with a path that matches pattern. The latter is interpreted as a glob(3)-style pattern. So just use bpf* instead of bpf0 in your devfs rule. -- Dan Nelson [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"