Skip to content

Releases: t2mune/mrtparse

Version 2.2.0 released

23 May 16:29
Compare
Choose a tag to compare

2022-05-24 Tetsumune KISO [email protected]
* Release - version 2.2.0 released.

2022-04-23 Tetsumune KISO [email protected]
* Update - some key names.

2022-04-17 Tetsumune KISO [email protected]
* Update - the magic number in scripts of "examples".
* Update - BGP Well-known Communities.

2022-04-16 Tetsumune KISO [email protected]
* Fix - handling "AS4_PATH" in "mrt2bgpdump.py". Thank you GarrettChristian.

2022-03-20 Tetsumune KISO [email protected]
* Update - BGP Well-known Communities.

Version 2.1.0 released

15 Jan 12:33
Compare
Choose a tag to compare

2022-01-15 Tetsumune KISO [email protected]
* Release - version 2.1.0 released.
* Update - convert a list with a value-name pair to dictionary.

2022-01-10 Tetsumune KISO [email protected]
* Fix - wrong index.

Version 2.0.2 released

08 Jan 11:59
Compare
Choose a tag to compare

2022-01-08 Tetsumune KISO [email protected]
* Release - version 2.0.2 released.
* Update - resolved a value of BGP path attribute "ORIGIN".
* Update - copyright notices.

2020-12-30 Tetsumune KISO [email protected]
* Fix - fixed an incorrect key in "mrt2exabgp.py". Thank you mahmutaydin1.

2020-11-16 Tetsumune KISO [email protected]
* Fix - fixed ChangeLog.

Version 2.0.1 released

16 Nov 13:10
Compare
Choose a tag to compare

2020-10-16 Tetsumune KISO [email protected]
* Release - version 2.0.1 released.

2020-10-15 Tetsumune KISO [email protected]
* Update - "examples/README.rst".
* Update - code optimization.

2020-10-12 Tetsumune KISO [email protected]
* Update - code optimization.
* Fix - fixed an refernce to a dictionary that does not exist.
* Fix - fixed an incorrect key in "mrt2bgpdump.py".
* Fix - fixed an incorrect key in "mrt2exabgp.py". Thank you nkukard.

2020-10-08 Tetsumune KISO [email protected]
* Fix - fixed typos. Thnak you for andre-luiz-dos-santos.

2020-10-07 Tetsumune KISO [email protected]
* Fix - fixed an incorrect key in unpack_as4_path(). Thank you giselle-briand and
andre-luiz-dos-santos.

version 2.0.0 released

22 Sep 10:34
Compare
Choose a tag to compare

2020-09-22 Tetsumune KISO [email protected]
* Release - version 2.0.0 released.
* Fix - print a next_hop twice in "mrt2exabgp.py".
* Update - don't print without a next_hop in "mrt2exabgp.py".
* Update - don't print a same prefix repeatedly in "mrt2exabgp.py".
* Update - print a footer if an error occurred in "mrt2exabgp.py".

2020-05-05 Tetsumune KISO [email protected]
* Update - updated "BGP_ATTR_T", "BGP_OPEN_ERR_SC", "BGP_CEASE_ERR_SC".

2020-05-03 Tetsumune KISO [email protected]
* Update - updated comments.

2020-04-30 Tetsumune KISO [email protected]
* Update - removed "Nlri.is_valid".

version 1.8 released

26 Apr 15:15
Compare
Choose a tag to compare

2020-04-27 Tetsumune KISO [email protected]
* Release - version 1.8 released.

2020-04-26 Tetsumune KISO [email protected]
* Update - updated a copyright notice.

2020-04-24 Tetsumune KISO [email protected]
* Fix - can't decode NLRI correctly in "BGP4MP_MESSAGE". Thank you Zahaib.

2019-05-02 Tetsumune KISO [email protected]
* Fix - can't handle "Extended Timestamp MRT Header" properly.
Thank you rodrigodalri.

version 1.7 release

08 Jan 09:47
Compare
Choose a tag to compare

2019-01-08 Tetsumune KISO [email protected]
* Update - version 1.7 release.

2018-06-28 Tetsumune KISO [email protected]
* Fix - SIGPIPE for Windows. Thank you salmacmpeg.

2018-03-24 Tetsumune KISO [email protected]
* Update - updated a copyright notice.

2018-03-23 Tetsumune KISO [email protected]
* Fix - fixed incorrect key and format used in "AS4_AGGREGATOR" of
"mrt2bgpdump.py". Thank you julian10m.

v1.6 released

01 Jul 18:22
Compare
Choose a tag to compare

2017-07-02 Tetsumune KISO [email protected]
* Release - mrtparse 1.6 released.

2017-03-05 Tetsumune KISO [email protected]
* Fix - can't handle "MP_UNREACH_NLRI" properly in "print_all.py".

2017-02-18 Tetsumune KISO [email protected]
* Fix - can't display properly with "-a" option in "mrt2exabgp.py".
* Update - added "-s" option in "mrt2exabgp.py". Thank you andydavidson.

2017-02-11 Tetsumune KISO [email protected]
* Update - deleted all README-ja.rst.
* Update - replaced sample data.

2017-01-29 Tetsumune KISO [email protected]
* Update - code improvements.

2017-01-23 Tetsumune KISO [email protected]
* Update - README.rst, README-ja.rst.

2017-01-22 Tetsumune KISO [email protected]
* Update - initialization of attributes into the Base.init method.
Thank you Martin A. Brown.

2017-01-21 Tetsumune KISO [email protected]
* Update - added a MRT subtype error.

2017-01-19 Tetsumune KISO [email protected]
* Update - added a support for draft-petrie-grow-mrt-add-paths.

2017-01-17 Tetsumune KISO [email protected]
* Update - updated "README.md", "README-ja.md" in "samples" directory.
* Update - updated a copyright notice.

2017-01-16 Tetsumune KISO [email protected]
* Fix - fix initialization of BgpAttr with Python 3. Thank you
vincentbernat.

mrtparse 1.5 released

10 Dec 14:55
Compare
Choose a tag to compare

2016-12-10 Tetsumune KISO [email protected]
* Release - mrtparse 1.5 released.
* Update - updated comments.

2016-11-28 Tetsumune KISO [email protected]
* Update - added a support for BGP path attribute "LARGE_COMMUNITY". Thank
you pierky.

2016-05-07 Tetsumune KISO [email protected]
* Fix - fixed typo.

2016-04-03 Tetsumune KISO [email protected]
* Update - added "-g" option in "mrt2exabgp.py". Thank you danielseide.
* Update - added a support for "BGP4MP" and "BGP4MP_ET" in
"mrt2exabgp.py". Thank you danielseide.

2016-04-01 Tetsumune KISO [email protected]
* Update - added a support for "TABLE_DUMP" in "mrt2exabgp.py". Thank you
danielseide.

2016-03-29 Tetsumune KISO [email protected]
* Update - added "-P" option in "mrt2exabgp.py". Thank you danielseide.

2016-03-28 Tetsumune KISO [email protected]
* Update - replaced "announce attribute" with "announce attributes" in
"mrt2exabgp.py". Thank you danielseide.

2016-01-10 Tetsumune KISO [email protected]
* Fix - can't install with pip command.

2016-01-08 Tetsumune KISO [email protected]
* Fix - can't install with distutils.

2016-01-06 Tetsumune KISO [email protected]
* Fix - undefined variable "buf" in method "unpack_attr_set" of class
"BgpAttr".
* Fix - too many arguments for method "val_num" of class "Base".
* Update - removed "Reserved" in some dictionaries.

2015-12-31 Yoshiyuki YAMAUCHI [email protected]
* Update - registered the mrtparse to PyPI.

mrtparse 1.4 released.

10 Dec 08:56
Compare
Choose a tag to compare

2015-12-10 Yoshiyuki Yamauchi [email protected]

  • Release - mrtparse 1.4 released.

2015-11-29 Tetsumune KISO [email protected]

  • Update - changed function name in class "Nlri" from "chk_dup" to "is_dup"

2015-11-13 Tetsumune KISO [email protected]

  • Update - added code and subcode of "ROUTE-REFRESH Message Error"

2015-10-18 Tetsumune KISO [email protected]

  • Update - added "README.md", "README-ja.md" in "samples" directory

2015-10-15 Tetsumune KISO [email protected]

  • Update - added "samples" directory

2015-10-12 Tetsumune KISO [email protected]

  • Update - README.md, README-ja.md

2015-10-11 Tetsumune KISO [email protected]

  • Update - added "README.md", "README-ja.md" in "examples" directory
  • Update: README.md, README-ja.md

2015-10-10 Tetsumune KISO [email protected]

  • Update - README.md, README-ja.md

2015-10-09 Tetsumune KISO [email protected]

  • Update - added method "validate" in class "Nlri"

2015-10-03 Tetsumune KISO [email protected]

  • Update - added attribute "buf" in class "Base"

2015-09-30 Tetsumune KISO [email protected]

  • Update: code improvements

2015-09-27 Tetsumune KISO [email protected]

  • Update - changed dictionary name from "MSG_ST" to "MRT_ST"
  • Fix - can't parse "PEER IP Address" in "TABLE_DUMP" properly when subtype is "AFI_IPv6" and "PEER IP Address" is IPv4

2015-09-26 Tetsumune KISO [email protected]

  • Update - added some error messages
  • Update: README.md/README-ja.md
  • Update - changed dictionary name from "MSG_T" to "MRT_T"

2015-09-24 Tetsumune KISO [email protected]

  • Update: Changelog

2015-09-23 Tetsumune KISO [email protected]

  • Update: a little improvement
  • Update: README.md/README-ja.md
  • Update - changed output format of "Path Identifier" in "print_all.py"
  • added support for "RIB_GENERIC"
  • Fix - can't parse path attribute "MP_REACH_NLRI" properly when included only the Next Hop Address Length and Next Hop Address fields

2015-09-22 Tetsumune KISO [email protected]

  • Update - added function "prerror" to print invalid data in byte in "print_all.py"
  • Update - added class "MrtFormatError"

2015-09-21 Tetsumune KISO [email protected]

  • Update - added some AFI/SAFI numbers for L2VPN

2015-09-20 Tetsumune KISO [email protected]

  • Update - added a support for "ADD-PATH Capability"

2015-08-29 Tetsumune KISO [email protected]

  • Update - changed the type of AS_PATH segment value from str to list

2015-08-28 Tetsumune KISO [email protected]

  • Update - added method "chk_buf" and "val_bytes" of class "Base"

2015-08-24 Tetsumune KISO [email protected]

  • Update - added method "chk_buf" and "val_bytes" of class "Base"