routewatch/internal
sneak 2f96141e48 Fix IPv6 prefix length links to use separate /prefixlength6/<len> route
The prefix length links for IPv6 prefixes were incorrectly pointing to
/prefixlength/<len> which would show IPv4 prefixes. Added a new route
/prefixlength6/<len> specifically for IPv6 prefixes and updated the
template to use the correct URL based on whether displaying IPv4 or IPv6
prefix distributions.

Also refactored handlePrefixLength to explicitly handle only IPv4 prefixes
and created handlePrefixLength6 for IPv6 prefixes, removing the ambiguous
auto-detection based on mask length value.
2025-08-09 11:37:14 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Reduce slow query threshold from 50ms to 25ms 2025-07-29 04:20:43 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Add AS peers display to AS detail page 2025-07-29 03:58:09 +02:00
server Fix IPv6 prefix length links to use separate /prefixlength6/<len> route 2025-08-09 11:37:14 +02:00
streamer Add queue high water marks to handler statistics 2025-07-29 02:46:53 +02:00
templates Fix IPv6 prefix length links to use separate /prefixlength6/<len> route 2025-08-09 11:37:14 +02:00