driver-network-bpf.mf revision 5084e753b79a753c8b532c06eb3ad1d025e8e472
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER START
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# The contents of this file are subject to the terms of the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Common Development and Distribution License (the "License").
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You may not use this file except in compliance with the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# or http://www.opensolaris.org/os/licensing.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# See the License for the specific language governing permissions
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# and limitations under the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# If applicable, add the following below this CDDL HEADER, with the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER END
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.fmri value=pkg:/driver/network/bpf@$(PKGVERS)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.description value="BPF/PF_PACKET kernel packet modules"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.summary value="Solaris Kernel Packet"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=info.classification \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza value=org.opensolaris.category.2008:Drivers/Networking
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.arch value=$(ARCH)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=usr group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=usr/include
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=usr/include/net
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=usr/include/netpacket
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=usr/kernel group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=usr/kernel/drv group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=usr/kernel/drv/$(ARCH64) group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=usr/kernel/socketmod group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=usr/kernel/socketmod/$(ARCH64) group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadriver name=bpf perms="bpf 0666 root sys"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=usr/include/net/bpf.h
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=usr/include/net/bpfdesc.h
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=usr/include/net/dlt.h
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=usr/include/netpacket/packet.h
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricefile path=usr/kernel/drv/$(ARCH64)/bpf group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price$(i386_ONLY)file path=usr/kernel/drv/bpf group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricefile path=usr/kernel/drv/bpf.conf group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricefile path=usr/kernel/socketmod/$(ARCH64)/sockpfp group=sys mode=0755
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price$(i386_ONLY)file path=usr/kernel/socketmod/sockpfp group=sys mode=0755
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalegacy pkg=SUNWpacketh arch=$(ARCH) category=system \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza desc="C header files for BPF/PF_PACKET" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza hotline="Please contact your local service provider" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza name="Solaris Packet header files" vendor="Sun Microsystems, Inc." \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza version=11.11,REV=2009.11.11
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalegacy pkg=SUNWpacketu arch=$(ARCH) category=system \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza desc="BPF/PF_PACKET kernel packet modules" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza hotline="Please contact your local service provider" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza name="Solaris Kernel Packet (Usr)" vendor="Sun Microsystems, Inc." \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza version=11.11,REV=2009.11.11
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense cr_Sun license=cr_Sun
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelsonlicense usr/src/cmd/ipf/tools/IPFILTER.LICENCE \
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelson license=usr/src/cmd/ipf/tools/IPFILTER.LICENCE
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelsonlicense usr/src/uts/common/io/bpf/BPF.LICENCE \
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelson license=usr/src/uts/common/io/bpf/BPF.LICENCE