diff options
author | Job Snijders <job@cvs.openbsd.org> | 2024-03-23 04:18:57 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2024-03-23 04:18:57 +0000 |
commit | d74e8a7348a1356e89036b537d1d750824b8e2d5 (patch) | |
tree | d3e15af72e9342aa7583b6bcce3b22203bb604c7 /etc | |
parent | ce4861cc04ce41a5d051f9551b2f6ebdb1d885db (diff) |
Expand ASN range for LACNIC
LACNIC received a new block of ASNs from IANA
https://mail.lacnic.net/pipermail/lacnog/2024-March/009690.html
OK tb@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rpki/lacnic.constraints | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rpki/lacnic.constraints b/etc/rpki/lacnic.constraints index 2cd227fd765..93592a04f0d 100644 --- a/etc/rpki/lacnic.constraints +++ b/etc/rpki/lacnic.constraints @@ -1,4 +1,4 @@ -# $OpenBSD: lacnic.constraints,v 1.4 2024/01/30 03:40:01 job Exp $ +# $OpenBSD: lacnic.constraints,v 1.5 2024/03/23 04:18:56 job Exp $ # From https://www.iana.org/assignments/ipv6-unicast-address-assignments allow 2001:1200::/23 @@ -9,7 +9,7 @@ allow 27648 - 28671 allow 52224 - 53247 allow 61440 - 61951 allow 64099 - 64197 -allow 262144 - 273820 +allow 262144 - 274844 # AFRINIC Internet Number Resources cannot be transferred # From https://www.iana.org/assignments/ipv4-address-space/ |