From 73e501d82fac9c539f7e4606353f2ed47e297a3c Mon Sep 17 00:00:00 2001 From: Kioubit <96532606+Kioubit@users.noreply.github.com> Date: Wed, 6 May 2026 14:05:23 +0300 Subject: [PATCH] Add geofeed --- data/schema/INET6NUM-SCHEMA | 1 + data/schema/INETNUM-SCHEMA | 1 + 2 files changed, 2 insertions(+) diff --git a/data/schema/INET6NUM-SCHEMA b/data/schema/INET6NUM-SCHEMA index 34323f995..5e5d41609 100644 --- a/data/schema/INET6NUM-SCHEMA +++ b/data/schema/INET6NUM-SCHEMA @@ -6,6 +6,7 @@ key: cidr required single primary key: netname required single key: nserver optional multiple > [domain-name] key: country optional multiple +key: geofeed optional single key: descr optional single key: status optional single > {ALLOCATED|ASSIGNED} {PI|PA|} key: policy optional single > {open|closed|ask|reserved} diff --git a/data/schema/INETNUM-SCHEMA b/data/schema/INETNUM-SCHEMA index 2d2628ce8..32ab18ce1 100644 --- a/data/schema/INETNUM-SCHEMA +++ b/data/schema/INETNUM-SCHEMA @@ -6,6 +6,7 @@ key: cidr required single primary key: netname required single key: nserver optional multiple > [domain-name] key: country optional multiple +key: geofeed optional single key: descr optional single key: status optional single > {ALLOCATED|ASSIGNED} {PI|PA|} key: policy optional single > {open|closed|ask|reserved}