bgpkit/ris-live-rs

withdrawal messages does not seem to show up

Closed this issue · 2 comments

When cross-checking messages showing from the cli, comparing against the ris-live web app, I cannot see any withdraw messages showing up on the tool.

We should also filter messages at the elem level so that when ris-live bundles multple announcements, we only display the ones user wanted.

The issue seems to be that the UPDATE struct does not contain withdrawal fields.

announcements: Option<Vec<Announcement>>

It's possible that the withdrawal field was added recently.
image

Withdrawal message support added in #8.