Skip to content

docs: remove false RPKI enforcement callout from CLI reference#14

Merged
matthieugouel merged 1 commit into
mainfrom
fix/remove-false-rpki-revoke-constraint
Jun 16, 2026
Merged

docs: remove false RPKI enforcement callout from CLI reference#14
matthieugouel merged 1 commit into
mainfrom
fix/remove-false-rpki-revoke-constraint

Conversation

@matthieugouel

Copy link
Copy Markdown
Member

The callout claimed "RPKI must be re-enabled before revoking a prefix. The platform enforces this for routing stability."

Checked peerlab-gateway/src/lib.rs (revoke_prefix, ~line 359): the gateway calls ensure_roa() as a best-effort before deletion, but the error is only warn!-logged — execution always continues to the delete_prefix_lease call. No enforcement exists.

🤖 Generated with Claude Code

The gateway attempts ensure_roa() before revocation but logs failures
as warnings and proceeds regardless — there is no enforced constraint.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@matthieugouel matthieugouel merged commit 4847d72 into main Jun 16, 2026
6 checks passed
@matthieugouel matthieugouel deleted the fix/remove-false-rpki-revoke-constraint branch June 16, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant