net-misc/openbgpd - 8.5 (guru)

Search

Install

Install this version:

emerge -a =net-misc/openbgpd-8.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/openbgpd-8.5

Or alternatively:

emerge --autounmask-write -a =net-misc/openbgpd-8.5

Package Information

Description:
OpenBGPD is a free implementation of BGPv4
Homepage:
http://www.openbgpd.org/index.html
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
8.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit systemd

MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"

DESCRIPTION="OpenBGPD is a free implementation of BGPv4"
HOMEPAGE="http://www.openbgpd.org/index.html"
SRC_URI="mirror://openbsd/OpenBGPD/${PN}-${MY_PV}.tar.gz"

S="${WORKDIR}/${MY_P}"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	!!net-misc/frr
	acct-group/_bgpd
	acct-user/_bgpd
	dev-libs/libevent
	net-libs/libmnl
"
DEPEND="${RDEPEND}"
BDEPEND="
	dev-build/libtool
"

src_install() {
	default

	newinitd "${FILESDIR}/${PN}-init.d" bgpd
	newconfd "${FILESDIR}/${PN}-conf.d" bgpd
	systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service
}

pkg_postinst() {
	if [ -z "${REPLACING_VERSIONS}" ]; then
		ewarn ""
		ewarn "OpenBGPD portable (not running on OpenBSD) can’t export its RIB"
		ewarn "to the FIB. It’s only suitable for route-reflectors or"
		ewarn "route-servers."
		ewarn ""
	fi
}

Inherited Eclasses

Dependencies

DEPEND

	!!net-misc/frr
	acct-group/_bgpd
	acct-user/_bgpd
	dev-libs/libevent
	net-libs/libmnl

RDEPEND

	!!net-misc/frr
	acct-group/_bgpd
	acct-user/_bgpd
	dev-libs/libevent
	net-libs/libmnl

BDEPEND

	dev-build/libtool

Manifest for 8.5

Type File Size Source URLs
DIST openbgpd-8.5.tar.gz 848032 bytes mirror://openbsd/OpenBGPD/openbgpd-8.5.tar.gz