You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2018. It is now read-only.
bmp_consumer imports the Router module from openbmp.api.parsed.message. A Router object is created and the getRowMap() method is called - but the such a method is not defined in the Router class.
bmp_consumer imports the Router module from openbmp.api.parsed.message. A Router object is created and the getRowMap() method is called - but the such a method is not defined in the Router class.
Router class - https://github.com/OpenBMP/openbmp-python-api-message/blob/master/src/openbmp/api/parsed/message/Router.py
Router object calling getRowMap:
https://github.com/OpenBMP/openbmp-mrt/blob/master/src/site-packages/openbmp/mrt/bmp_consumer.py#L169
Similarly for the Collector object:
https://github.com/OpenBMP/openbmp-mrt/blob/master/src/site-packages/openbmp/mrt/bmp_consumer.py#L143
The text was updated successfully, but these errors were encountered: