bgptools / issues

The public issue tracker for bgp.tools
32 stars 8 forks source link

More specific prefix descriptions are not instantly updated when the parent inet/inet6 is updated #92

Open kjartanhr opened 1 year ago

kjartanhr commented 1 year ago

URL:

https://bgp.tools/prefix/2a07:54c2:1000::/38#whois

Browser (User-Agent if you can):

N/A

Error base64 blob (If a site error):

N/A

What were you expecting:

The prefix's description on https://bgp.tools/as/208548#prefixes should update to reflect the changes in WHOIS.

What happened:

The prefix description does not get updated despite WHOIS changes clearly being reflected in the WHOIS tab.
benjojo commented 1 year ago

I see

inet6num:       2a07:54c2:1000::/36
descr:          Telecom Iceland ehf.
org:            ORG-AMD4-RIPE
netname:        IS-TELECOM-ICELAND-20230302

and the prefix descr on the AS page is: Telecom Iceland ehf.

What are you expecting it to be?

On Thu, Aug 3, 2023 at 3:24 PM Kjartan Hrafnkelsson < @.***> wrote:

URL:

https://bgp.tools/prefix/2a07:54c2:1000::/38#whois

Browser (User-Agent if you can):

N/A

Error base64 blob (If a site error):

N/A

What were you expecting:

The prefix's description on https://bgp.tools/as/208548#prefixes should update to reflect the changes in WHOIS.

What happened:

The prefix description does not get updated despite WHOIS changes clearly being reflected in the WHOIS tab.

— Reply to this email directly, view it on GitHub https://github.com/bgptools/issues/issues/92, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALPK4SNQFCTFK6STBCEFK3XTOYDDANCNFSM6AAAAAA3C3TFIE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kjartanhr commented 1 year ago

Look at the de-aggregated routes on the AS page, they do not have their own objects in RIPE and so inherit the description of the less-specific /36. When they are clicked their WHOIS tab displays the correct (updated) WHOIS information while the AS page does not.

benjojo commented 1 year ago

Oh I see, it didnt purge the cache for the less specifics. This should auto solve in 24 hours, but I'll also track this as a minor bug for later when I'm working in that area again