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.

2002-10-08 15:07
0.06

The route selection algorithm that is used to select routes announced by two or more peers was fixed.
標籤: Minor bugfixes

2002-08-15 21:39
0.05

Some wrong BGP::Neighbor::receive logic was rewritten. The router-id config
entry was fixed. A problem where iBGP was missing AS-PATH was fixed. The dump
output format was changed. Logging perfomance was improved.
標籤: Major bugfixes

2002-01-03 16:05
0.04

A bug in AdjRibIn.pm where `!=' was used to compare packed IP addresses, a bug in Neighbor.pm where UPDATES with unfeasable routes would not have their new routes processed, and a bug in Neighbor.pm where the closure of a BGP session would not undefine the filehandle leading to errors in socket processing were fixed. Logging was redesigned.
標籤: Minor bugfixes

2001-06-29 03:23
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

2001-06-17 20:19
0.02

This version fixes a bug in handling the local preference attribute, "send",
with BGP update messages of iBGP sessions.
標籤: Minor bugfixes

Project Resources