The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.17 - 2019-08-03

  • Added by Damian Ivereigh <damo@launtel.net.au>:
  • Fixed bug where the wrong aggregator variable was being tested.
  • Added an "OpaqueData" parameter and equivalent accessor sub "opaque_data()" to allow for the storage of arbitrary data with the peer. The main purpose of this is to allow the user to store extra data (a scalar or ref) with the peer that is then readable by the call back routines. I realise there are other ways to do this, but this seems much cleaner.
  • Fixes the situation where a socket is still in the list of sockets to be selected on, yet it has been closed. I believe this is caused when we create a new connection to a peer at the same time as we receive one. When we find ourselves with a bad FD, we re-check the list of sockets to select on.
  • It is possible to receive a notification message (error) in response to an OPEN message (e.g. an unrecognised ASN). We were getting a Finite State Machine error, now we call the notification callback.
  • _kill_session() will call _close_session() even if the socket is not open. This will finally terminate the session properly (stops some weird loops).
  • Added extra members of the notification state engine. Now calls _kill_session() rather than _cease() when the peer socket is closed.

Modules

Border Gateway Protocol version 4 speaker/listener library
Class encapsulating BGP-4 AS Path information
Class encapsulating BGP-4 NLRI information
Class encapsulating BGP-4 NOTIFICATION message
Class encapsulating BGP-4 peering session state and functionality
Class encapsulating BGP session multiplexing functionality
Class encapsulating BGP-4 REFRESH message
Class encapsulating BGP-4 transport session state and functionality
Class encapsulating BGP-4 UPDATE message

Provides

in lib/Net/BGP/ASPath/AS.pm
in lib/Net/BGP/ASPath/AS_CONFED_SEQUENCE.pm
in lib/Net/BGP/ASPath/AS_CONFED_SET.pm
in lib/Net/BGP/ASPath/AS_SEQUENCE.pm
in lib/Net/BGP/ASPath/AS_SET.pm