From e8b08fd132fd5e92f1aac757523dcf30d0c27ef7 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Thu, 6 Feb 2025 09:43:56 +0100 Subject: [PATCH] Remove aspa cargo feature from docs, ref #990 --- doc/manual/source/advanced-features.rst | 7 ------- doc/manual/source/building.rst | 8 -------- 2 files changed, 15 deletions(-) diff --git a/doc/manual/source/advanced-features.rst b/doc/manual/source/advanced-features.rst index 1519e71e..98628442 100644 --- a/doc/manual/source/advanced-features.rst +++ b/doc/manual/source/advanced-features.rst @@ -21,13 +21,6 @@ object through which the holder of an Autonomous System (AS) can authorise one or more other ASes as its upstream providers. When validated, an ASPA's content can be used for detection and mitigation of route leaks. -.. note:: - - ASPA support is temporarily behind a feature flag while the draft is under - discussion in the IETF. This way operators can gain operational experience - without unintended side effects. See - :ref:`building:Enabling or Disabling Features` for more information. - You can let Routinator process ASPA objects and include them in the published dataset, as well as the metrics, using the :option:`--enable-aspa` option or by setting ``enable-aspa`` to True in the :doc:`configuration diff --git a/doc/manual/source/building.rst b/doc/manual/source/building.rst index a3b45784..784792bf 100644 --- a/doc/manual/source/building.rst +++ b/doc/manual/source/building.rst @@ -154,14 +154,6 @@ Routinator currently has the following features: ``rta`` — *Disabled* by default Let Routinator validate :ref:`advanced-features:Resource Tagged Attestations`. -``aspa`` — *Disabled* by default - Let Routinator validate :ref:`advanced-features:ASPA` objects. - -.. note:: - - ASPA support is temporarily behind a feature flag while the draft is under - discussion in the IETF. This way operators can gain operational experience - without unintended side effects. To disable the features that are enabled by default, use the ``--no-default-features`` option. You can then choose which features you want