Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BMP Initiation Message String gets overwritten if multiple String TLV comes in #69

Open
ayalaalex opened this issue May 8, 2018 · 1 comment

Comments

@ayalaalex
Copy link

Does openBMP support just one BMP Initiation String TLV message?

So if I receive one message "Base router, AS101 1.2.3.4" and another message with "station100" what we see in openbmp is "station100r, AS101 1.2.3.4". Can we append instead?

The RFC says:
The initiation message consists of the common BMP header followed by
two or more Information TLVs (Section 4.4) containing information
about the monitored router. The sysDescr and sysName Information
TLVs MUST be sent, any others are optional. The string TLV MAY be
included multiple times.

@TimEvens
Copy link
Contributor

right now it does replace with the last entry. That can be changed to append. Although, when appending should a newline or other delimiter be added?

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

No branches or pull requests

2 participants