summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devfsadm/misc_link.c
diff options
context:
space:
mode:
authorDarren Reed <Darren.Reed@Sun.COM>2009-09-24 07:28:12 -0700
committerDarren Reed <Darren.Reed@Sun.COM>2009-09-24 07:28:12 -0700
commit0a0e9771ca0211c15f3ac4466b661c145feeb9e4 (patch)
tree9579700b2fec7e9c9c57beeca83bda8681eb9e7a /usr/src/cmd/devfsadm/misc_link.c
parentaf1222373b60d56d6b0e630911372d4162b7787b (diff)
downloadillumos-joyent-0a0e9771ca0211c15f3ac4466b661c145feeb9e4.tar.gz
PSARC/2009/232 Solaris Packet Capture
PSARC/2009/403 kstats for ipnet 6824047 every downcall function should have a "notsupported" function 6822740 RFE: provide PF_PACKET for developers on OpenSolaris 6822741 RFE: Solaris needs BPF to improve the packet capture story 6867683 RFE: need to be able to retrieve physical interface flags
Diffstat (limited to 'usr/src/cmd/devfsadm/misc_link.c')
-rw-r--r--usr/src/cmd/devfsadm/misc_link.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/devfsadm/misc_link.c b/usr/src/cmd/devfsadm/misc_link.c
index c8cbfaeb10..222699e479 100644
--- a/usr/src/cmd/devfsadm/misc_link.c
+++ b/usr/src/cmd/devfsadm/misc_link.c
@@ -104,7 +104,8 @@ static devfsadm_create_t misc_cbt[] = {
"(^ip$)|(^tcp$)|(^udp$)|(^icmp$)|(^sctp$)|"
"(^ip6$)|(^tcp6$)|(^udp6$)|(^icmp6$)|(^sctp6$)|"
"(^rts$)|(^arp$)|(^ipsecah$)|(^ipsecesp$)|(^keysock$)|(^spdsock$)|"
- "(^nca$)|(^rds$)|(^sdp$)|(^ipnet$)|(^dlpistub$)|(^iptunq)",
+ "(^nca$)|(^rds$)|(^sdp$)|(^ipnet$)|(^dlpistub$)|(^iptunq)|"
+ "(^bpf$)",
TYPE_EXACT | DRV_RE, ILEVEL_1, minor_name
},
{ "pseudo", "ddi_pseudo",