Fixed, cheers for pointing that logical error out :) $ git show commit 689bca929c5d3a27e6aa4f12195bf3b81b3be719 (HEAD -> master) Author: Ben Cartwright-Cox <x> Date: Tue Jan 16 23:17:08 2024 +0000 clarify pricing for a nanog person https://mailman.nanog.org/pipermail/nanog/2024-January/224556.html diff --git a/www/templates/layouts/utils.tmpl.html b/www/templates/layouts/utils.tmpl.html index 5d1a4dbd..3ca554a3 100644 --- a/www/templates/layouts/utils.tmpl.html +++ b/www/templates/layouts/utils.tmpl.html @@ -443,7 +443,7 @@ <div class="card-body"> <h1 class="card-title pricing-card-title">£200 <small class="text-muted">/ mo</small></h1> <ul class="list-unstyled mt-3 mb-4"> - <li>Originates more than a /15 of IPv4</li> + <li>Originates a /15 or more of IPv4 addresses</li> <li>-</li> <li>Is tagged as a <a href="/tags/cdn">CDN</a> or <a href="/tags/ddosm">DDoS Mitigation provider</a></li> <li>-</li> On Tue, Jan 16, 2024 at 10:04 PM scott via NANOG <nanog@nanog.org> wrote:
On 1/16/24 2:44 PM, Ian Chilton wrote:
Not a direct answer to your question, but if you're not aware of it, https://bgp.tools/ <https://bgp.tools/> is a great tool and shows the same info.
They need to fix their page regarding cost.
Originates less than a /15 - 25 pounds/month
Originates more than a /15 - 200 pounds/month.
What if someone originates a /15? That's one of the prefix sizes we originate. They need a 'less than or equal to' thingie in there.
scott