Download List

專案描述

bgpd.pl is a partial implementation of the BGP protocol (RFC1771) in Perl. It
was writen as a tool to monitor BGP routing updates. It is not meant to be used
as a BGP router in an operational network. In fact, it is unable to propagate
routing information because there is no code to send BGP UPDATE messages.
bgpd.pl also does not touch the routing table of the host it runs on.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-06-29 03:23 Back to release list
0.03

Logging.pm has been removed, and the logging
functions are in the BGP and Neighbor modules.
Objects and modules have been created for BGP,
BGP::Neighbor, and PathAttribute. %conf has been
OOB'd (although it is not an object yet). The
elements $conf{adjRIBin} & $conf{localRIB} have
been added. Configuration file support has been
added. Neighbors need to be defined in this file,
or else incoming BGP sessions are not accepted.
The routing table dump is now generated after a
USR1 signal instead of a HUP signal. An overview
of the configured BGP sessions can be generated
with SIGUSR2. A bug where route aggregation was
going a bit too automagically has been fixed.
Prefixes in adj-RIB-in now reference a Path
Attribute hash. This hash is referenced by
multiple prefixes if these prefixes are send in
one BGP UPDATE message. This should significantly
reduce memory consumption.
標籤: Minor bugfixes

Project Resources