1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright (c) 2013 by Delphix. All rights reserved. 14# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. 15# 16 17set name=pkg.fmri value=pkg:/network/ipd@$(PKGVERS) 18set name=pkg.summary value="Internet Packet Disturber" 19set name=pkg.description value="Internet Packet Disturber" 20set name=info.classification value=org.opensolaris.category.2008:System/Hardware 21set name=variant.arch value=$(ARCH) 22dir path=kernel group=sys 23dir path=kernel/drv group=sys 24dir path=kernel/drv/$(ARCH64) group=sys 25file path=kernel/drv/$(ARCH64)/ipd group=sys 26file path=kernel/drv/ipd.conf group=sys 27dir path=usr group=sys 28file path=usr/include/libipd.h 29file path=usr/include/sys/ipd.h 30dir path=usr/lib 31dir path=usr/lib/$(ARCH64) 32link path=usr/lib/$(ARCH64)/libipd.so target=libipd.so.1 33file path=usr/lib/$(ARCH64)/libipd.so.1 34link path=usr/lib/libipd.so target=libipd.so.1 35file path=usr/lib/libipd.so.1 36dir path=usr/sbin 37file path=usr/sbin/ipdadm mode=0555 38dir path=usr/share/man/man8 39file path=usr/share/man/man8/ipdadm.8 40driver name=ipd perms="* 0600 root sys" 41license cr_Sun license=cr_Sun 42license lic_CDDL license=lic_CDDL 43