routewatch/internal/templates
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
..
as_detail.html Add AS peers display to AS detail page 2025-07-29 03:58:09 +02:00
prefix_detail.html Fix template references to renamed ASN fields 2025-07-29 03:37:07 +02:00
prefix_length.html Fix prefix links on prefix length page with URL encoding 2025-07-28 22:00:27 +02:00
status.html Fix IPv6 prefix length links to use separate /prefixlength6/<len> route 2025-08-09 11:37:14 +02:00
templates.go Fix prefix links on prefix length page with URL encoding 2025-07-28 22:00:27 +02:00