Initial import of Net-BGP-0.07
This module is an implementation of the BGP-4 inter-domain routing protocol. It encapsulates all of the functionality needed to establish and maintain a BGP peering session and exchange routing update information with the peer. It aims to provide a simple API to the BGP protocol for the purposes of automation, logging, monitoring, testing, and similar tasks using the power and flexibility of perl. The module does not implement the functionality of a RIB (Routing Information Base) nor does it modify the kernel routing table of the host system. However, such operations could be implemented using the API provided by the module. ok sturm@
This commit is contained in:
parent
b6666a005f
commit
493f3e15cb
23
net/p5-Net-BGP/Makefile
Normal file
23
net/p5-Net-BGP/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/28 00:47:31 msf Exp $
|
||||
|
||||
COMMENT= "Border Gateway Protocol version 4 speaker/listener library"
|
||||
|
||||
DISTNAME= Net-BGP-0.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-BGP/distinfo
Normal file
3
net/p5-Net-BGP/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-BGP-0.07.tar.gz) = 65d8da8512f9b886aa85d6422eaec874
|
||||
RMD160 (Net-BGP-0.07.tar.gz) = e483f1af5a6e3bf73c69dfbf4c03dac9b77095d6
|
||||
SHA1 (Net-BGP-0.07.tar.gz) = d5a2c45a8940c2fdfc96d4a71819bec2a7f2fdcc
|
10
net/p5-Net-BGP/pkg/DESCR
Normal file
10
net/p5-Net-BGP/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
This module is an implementation of the BGP-4 inter-domain routing
|
||||
protocol. It encapsulates all of the functionality needed to establish
|
||||
and maintain a BGP peering session and exchange routing update
|
||||
information with the peer. It aims to provide a simple API to the BGP
|
||||
protocol for the purposes of automation, logging, monitoring, testing,
|
||||
and similar tasks using the power and flexibility of perl. The module
|
||||
does not implement the functionality of a RIB (Routing Information Base)
|
||||
nor does it modify the kernel routing table of the host system. However,
|
||||
such operations could be implemented using the API provided by the
|
||||
module.
|
27
net/p5-Net-BGP/pkg/PLIST
Normal file
27
net/p5-Net-BGP/pkg/PLIST
Normal file
@ -0,0 +1,27 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/28 00:47:31 msf Exp $
|
||||
${P5SITE}/Net/BGP.pm
|
||||
${P5SITE}/Net/BGP/ASPath.pm
|
||||
${P5SITE}/Net/BGP/NLRI.pm
|
||||
${P5SITE}/Net/BGP/Notification.pm
|
||||
${P5SITE}/Net/BGP/Peer.pm
|
||||
${P5SITE}/Net/BGP/Process.pm
|
||||
${P5SITE}/Net/BGP/Refresh.pm
|
||||
${P5SITE}/Net/BGP/Transport.pm
|
||||
${P5SITE}/Net/BGP/Update.pm
|
||||
@comment ${P5ARCH}/auto/Net/BGP/.packlist
|
||||
man/man3p/Net::BGP.3p
|
||||
man/man3p/Net::BGP::ASPath.3p
|
||||
man/man3p/Net::BGP::NLRI.3p
|
||||
man/man3p/Net::BGP::Notification.3p
|
||||
man/man3p/Net::BGP::Peer.3p
|
||||
man/man3p/Net::BGP::Process.3p
|
||||
man/man3p/Net::BGP::Refresh.3p
|
||||
man/man3p/Net::BGP::Transport.3p
|
||||
man/man3p/Net::BGP::Update.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/BGP
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net/BGP
|
||||
@dirrm ${P5SITE}/Net
|
Loading…
Reference in New Issue
Block a user