mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-08 05:35:23 +08:00
Remove the obsolete bgp-status attribute
Remove it completely from the route6? schemas, and only allow "bgp-status: ignore" in the inet6?num schemas.
This commit is contained in:
parent
6ffd55b2e4
commit
e63891cecd
4 changed files with 2 additions and 4 deletions
|
@ -7,7 +7,7 @@ key: nserver optional multiple
|
|||
key: country optional multiple
|
||||
key: descr optional single
|
||||
key: status optional single > {ALLOCATED|ASSIGNED} {PI|}
|
||||
key: bgp-status optional single > {active|absent|ignore} [timestamp]
|
||||
key: bgp-status optional single > ignore
|
||||
key: policy optional single > {open|closed|ask} min=int max=int all-min=int all-max=int
|
||||
key: admin-c optional multiple lookup=dn42.person,dn42.role
|
||||
key: tech-c optional multiple lookup=dn42.person,dn42.role
|
||||
|
|
|
@ -7,7 +7,7 @@ key: nserver optional multiple
|
|||
key: country optional multiple
|
||||
key: descr optional single
|
||||
key: status optional single > {ALLOCATED|ASSIGNED} {PI|}
|
||||
key: bgp-status optional single > {active|absent|ignore} [timestamp]
|
||||
key: bgp-status optional single > ignore
|
||||
key: policy optional single > {open|closed|ask} min=int max=int all-min=int all-max=int
|
||||
key: admin-c optional multiple lookup=dn42.person,dn42.role
|
||||
key: tech-c optional multiple lookup=dn42.person,dn42.role
|
||||
|
|
|
@ -7,7 +7,6 @@ key: member-of optional multiple lookup=dn42.route-set
|
|||
key: admin-c optional multiple lookup=dn42.person,dn42.role
|
||||
key: tech-c optional multiple lookup=dn42.person,dn42.role
|
||||
key: inet-cidr optional single lookup=dn42.inetnum
|
||||
key: bgp-status optional single > {active|absent|ignore}
|
||||
key: descr optional single
|
||||
key: remarks optional multiple
|
||||
mnt-by: XUU-MNT
|
||||
|
|
|
@ -6,7 +6,6 @@ key: origin required multiple lookup=dn42.aut-num
|
|||
key: member-of optional multiple lookup=dn42.route-set
|
||||
key: admin-c optional multiple lookup=dn42.person,dn42.role
|
||||
key: tech-c optional multiple lookup=dn42.person,dn42.role
|
||||
key: bgp-status optional single > {active|absent|ignore}
|
||||
key: descr optional multiple
|
||||
key: remarks optional multiple
|
||||
mnt-by: XUU-MNT
|
||||
|
|
Loading…
Add table
Reference in a new issue