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 2020 OmniOS Community Edition (OmniOSce) Association. 14# 15 16<include global_zone_only_component> 17set name=pkg.fmri value=pkg:/system/network/overlay@$(PKGVERS) 18set name=pkg.summary value="illumos overlay driver" 19set name=pkg.description value="Device driver implementing network overlays" 20set name=info.classification \ 21 value=org.opensolaris.category.2008:Drivers/Networking 22set name=variant.arch value=$(ARCH) 23dir path=kernel group=sys 24dir path=kernel/drv group=sys 25dir path=kernel/drv/$(ARCH64) group=sys 26file path=kernel/drv/$(ARCH64)/overlay group=sys 27file path=kernel/drv/overlay.conf group=sys 28dir path=kernel/overlay 29dir path=kernel/overlay/$(ARCH64) 30file path=kernel/overlay/$(ARCH64)/vxlan group=sys mode=0755 31dir path=lib 32file path=lib/$(ARCH64)/libvarpd.so.1 mode=0755 \ 33 variant.opensolaris.zone=__NODEFAULT 34file path=lib/libvarpd.so.1 mode=0755 variant.opensolaris.zone=__NODEFAULT 35dir path=lib/svc 36dir path=lib/svc/manifest group=sys 37dir path=lib/svc/manifest/network group=sys 38file path=lib/svc/manifest/network/varpd.xml mode=0444 39dir path=usr/lib 40dir path=usr/lib/$(ARCH64) 41dir path=usr/lib/varpd 42dir path=usr/lib/varpd/$(ARCH64) 43link path=usr/lib/varpd/$(ARCH64)/libvarpd_direct.so target=libvarpd_direct.so.1 44file path=usr/lib/varpd/$(ARCH64)/libvarpd_direct.so.1 45link path=usr/lib/varpd/$(ARCH64)/libvarpd_files.so target=libvarpd_files.so.1 46file path=usr/lib/varpd/$(ARCH64)/libvarpd_files.so.1 47link path=usr/lib/varpd/64 target=$(ARCH64) 48link path=usr/lib/varpd/libvarpd_direct.so target=libvarpd_direct.so.1 49file path=usr/lib/varpd/libvarpd_direct.so.1 50link path=usr/lib/varpd/libvarpd_files.so target=libvarpd_files.so.1 51file path=usr/lib/varpd/libvarpd_files.so.1 52file path=usr/lib/varpd/varpd mode=0555 53dir path=usr/share/man 54dir path=usr/share/man/man4p 55link path=usr/share/man/man4p/VXLAN.4p target=vxlan.4p 56file path=usr/share/man/man4p/vxlan.4p mode=0444 57dir path=usr/share/man/man5 58file path=usr/share/man/man5/overlay_files.5 59dir path=usr/share/man/man7 60file path=usr/share/man/man7/overlay.7 61driver name=overlay 62license lic_CDDL license=lic_CDDL 63