1fe77cc04SRobert Mustacchi#
2fe77cc04SRobert Mustacchi# This file and its contents are supplied under the terms of the
3fe77cc04SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4fe77cc04SRobert Mustacchi# You may only use this file in accordance with the terms of version
5fe77cc04SRobert Mustacchi# 1.0 of the CDDL.
6fe77cc04SRobert Mustacchi#
7fe77cc04SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8fe77cc04SRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9fe77cc04SRobert Mustacchi# http://www.illumos.org/license/CDDL.
10fe77cc04SRobert Mustacchi#
11fe77cc04SRobert Mustacchi
12fe77cc04SRobert Mustacchi#
13fe77cc04SRobert Mustacchi# Copyright (c) 2013  by Delphix. All rights reserved.
14856f710cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
15fe77cc04SRobert Mustacchi#
16fe77cc04SRobert Mustacchi
17fe77cc04SRobert Mustacchiset name=pkg.fmri value=pkg:/network/ipd@$(PKGVERS)
18fe77cc04SRobert Mustacchiset name=pkg.summary value="Internet Packet Disturber"
1986d41711SAndy Fiddamanset name=pkg.description value="Internet Packet Disturber"
2086d41711SAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Hardware
21fe77cc04SRobert Mustacchiset name=variant.arch value=$(ARCH)
2286d41711SAndy Fiddamandir  path=kernel group=sys
2386d41711SAndy Fiddamandir  path=kernel/drv group=sys
2486d41711SAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys
25fe77cc04SRobert Mustacchifile path=kernel/drv/$(ARCH64)/ipd group=sys
26fe77cc04SRobert Mustacchifile path=kernel/drv/ipd.conf group=sys
2786d41711SAndy Fiddamandir  path=usr group=sys
28fe77cc04SRobert Mustacchifile path=usr/include/libipd.h
29fe77cc04SRobert Mustacchifile path=usr/include/sys/ipd.h
3086d41711SAndy Fiddamandir  path=usr/lib
3186d41711SAndy Fiddamandir  path=usr/lib/$(ARCH64)
3286d41711SAndy Fiddamanlink path=usr/lib/$(ARCH64)/libipd.so target=libipd.so.1
33fe77cc04SRobert Mustacchifile path=usr/lib/$(ARCH64)/libipd.so.1
3486d41711SAndy Fiddamanlink path=usr/lib/libipd.so target=libipd.so.1
35fe77cc04SRobert Mustacchifile path=usr/lib/libipd.so.1
3686d41711SAndy Fiddamandir  path=usr/sbin
37fe77cc04SRobert Mustacchifile path=usr/sbin/ipdadm mode=0555
38*bbf21555SRichard Lowedir  path=usr/share/man/man8
39*bbf21555SRichard Lowefile path=usr/share/man/man8/ipdadm.8
4086d41711SAndy Fiddamandriver name=ipd perms="* 0600 root sys"
41fe77cc04SRobert Mustacchilicense cr_Sun license=cr_Sun
42fe77cc04SRobert Mustacchilicense lic_CDDL license=lic_CDDL
43