From 4f2831dbabe93f1f864c25cb23b5d9116efa3be9 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Wed, 3 Mar 2021 05:49:39 +0100 Subject: [PATCH] added bgp routing-instance routes to docs --- docs/source/protocol/msr.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/protocol/msr.rst b/docs/source/protocol/msr.rst index 12eb41ee..22d47455 100644 --- a/docs/source/protocol/msr.rst +++ b/docs/source/protocol/msr.rst @@ -38,6 +38,17 @@ These endpoints are intended for use by MSR. .. autofunction:: inventory_provider.routes.msr.bgp_group_peerings +/msr/bgp/routing-instances +------------------------------------- + +.. autofunction:: inventory_provider.routes.msr.get_peering_routing_instances + + +/msr/bgp/routing-instance-peeringns</name> +-------------------------------------------- + +.. autofunction:: inventory_provider.routes.msr.bgp_routing_instance_peerings + helpers ------------------------------------- -- GitLab