Skip to content
This repository was archived by the owner on Oct 21, 2018. It is now read-only.

bmp_consumer - Router object has no attribute getRowMap #3

Open
@dopehead9

Description

@dopehead9

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      bmp_consumer - Router object has no attribute `getRowMap` · Issue #3 · OpenBMP/openbmp-mrt