Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Die Route der Auswahl-Algorithmus, der verwendet wird, um Strecken von zwei oder mehr Kollegen bekannt, wählen Sie wurde behoben.
Tags: Minor bugfixes
The route selection algorithm that is used to select routes announced by two or more peers was fixed.

2002-08-15 21:39
0.05

Einige falsche BGP:: Nachbar:: Logik empfangen wurde neu geschrieben. Der Router-ID config Eintrag wurde behoben. Ein Problem, bei dem iBGP fehlte AS-PATH wurde behoben. Die Dump-Ausgabe-Format wurde geändert. Logging Performance wurde verbessert.
Tags: Major bugfixes
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.

2002-01-03 16:05
0.04

Ein Fehler in AdjRibIn.pm wo `! =" Genutzt wurde, verpackt, um IP-Adressen, um einen Fehler in Neighbor.pm vergleichen, wo UPDATES unfeasable Strecken, die nicht mit ihren neuen Routen verarbeitet und ein Fehler in Neighbor.pm haben würde, wo die Schließung eines BGP-Sitzung nicht undefine das Dateihandle was zu Fehlern in den Socket-Verarbeitung wurden behoben. Logging wurde neu gestaltet.
Tags: Minor bugfixes
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.

2001-06-29 03:23
0.03

Logging.pm wurde entfernt, und der Logging-Funktionen sind in der BGP und Neighbor-Module. Objekte und Module wurden für BGP, BGP erstellt:: Nachbar, und PathAttribute. % conf wurde OOB'd (obwohl es nicht ein Objekt noch nicht). Die Elemente $ conf adjRIBin () & $ conf () localRIB hinzugefügt worden sind. Konfigurations-Datei-Unterstützung wurde hinzugefügt. Bewohner müssen in dieser Datei, sonst eingehende BGP-Sitzungen definiert werden, werden nicht akzeptiert. Die Routing-Tabelle Dump wird nun nach einer USR1 Signal statt eines HUP-Signal generiert. Ein Überblick über die konfigurierten BGP-Sitzungen können mit SIGUSR2 generiert werden. Ein Bug, wo Route Aggregation ein bisschen ging auch automatisch, wurde behoben. Präfixe in f-RIB-In nun ein Referenz-Hash-path-Attribut. Dieser Hash wird von mehreren Präfixen verwiesen, wenn diese Präfixe in ein BGP UPDATE-Nachricht zu senden sind. Dies sollte deutlich reduziert den Speicherverbrauch.
Tags: Minor bugfixes
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.

2001-06-17 20:19
0.02

Diese Version behebt einen Fehler im Umgang mit den örtlichen Präferenz-Attribut, "send", mit BGP-Update-Einträge von iBGP Sitzungen.
Tags: Minor bugfixes
This version fixes a bug in handling the local preference attribute, "send",
with BGP update messages of iBGP sessions.

Project Resources