This repository has been archived by the owner on May 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
singularsyntax/CPAN-Net-BGP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Net::BGP version 0.17 ===================== 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. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: List::Util IO::Select IO::Socket For the test suite to work, additional these modules and libraries are need: Test::More Test::Harness AUTHORS Stephen J. Scheck <[email protected]> COPYRIGHT AND LICENCE Copyright (c) 2002-2019 Stephen J. Scheck. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
Packages 0
No packages published