Revision history for Perl extension Net::MRT.
2012-02-14 0.0301 MaxiM Basunov <maxim.basunov@gmail.com>
Improvements:
- All sourcecode changed to UNIX file format
Bugfixes:
- Resolved bug with orig_time decode as signed integer
2012-02-09 0.03 MaxiM Basunov <maxim.basunov@gmail.com>
Improvements:
- Decoding of BGP attributes:
* 7 AGGREGATOR
* 8 COMMUNITY
* 14 MP_REACH_NLRI (MRT-specific)
- Helper array to decode BGP ORIGIN Net::MRT::BGP_ORIGIN
- NEXT_HOP changed to array due to MP_REACH_NLRI
- Internal checks against buffer underflow
- Decoding PEER_INDEX_TABLE (type=13 subtype=1)
Bugfixes:
- originated_time changed to signed int (rfc6396)
2012-02-07 0.0201 MaxiM Basunov <maxim.basunov@gmail.com>
Improvements:
- Adding Test::Deep to TEST_REQUIRES
2012-02-07 0.02 MaxiM Basunov <maxim.basunov@gmail.com>
Improvements:
- Check for proper PerlIO via PerlIO_tell
- More functional tests for type=13
Bugfixes:
- Fixed memory leak on reference count
- Removed ntohl on NEXT_HOP attribute
2012-02-03 0.01 MaxiM Basunov <maxim.basunov@gmail.com>
New features:
- Introducing module Net::MRT
- Decoding type MT_TABLE_DUMP (13) subtypes RIB_IPV4_UNICAST (2)
& RIB_IPV6_UNICAST (4)
- Decoding BGP attributes:
* 1 ORIGIN
* 2 AS_PATH (AS_SEQUENCE/AS_SET; MRT-specific)
* 3 NEXT_HOP (IPv4)
* 4 MULTI_EXIT_DISC
* 5 LOCAL_PREF
* 6 ATOMIC_AGGREGATE
Improvements:
- Huge improvements in brain.sys
Bugfixes:
- Fixed /dev/hands