Doc: Add router gateway IP QoS to api-ref

Change-Id: I297e157ca57f5a7724b14b3016d12660e138c8ca
Related-Bug: #1757044
This commit is contained in:
elajkat 2022-03-26 10:57:04 +01:00
parent 74d3765407
commit 7ae8e7444d
2 changed files with 17 additions and 9 deletions

View File

@ -6166,7 +6166,8 @@ router-external_gateway_info:
description: |
The external gateway information of the router.
If the router has an external gateway, this would be a dict with
``network_id``, ``enable_snat`` and ``external_fixed_ips``.
``network_id``, ``enable_snat``, ``external_fixed_ips`` and
``qos_policy_id``.
Otherwise, this would be ``null``.
in: body
required: true
@ -6175,7 +6176,8 @@ router-external_gateway_info-request:
description: |
The external gateway information of the router.
If the router has an external gateway, this would be a dict with
``network_id``, ``enable_snat`` and ``external_fixed_ips``.
``network_id``, ``enable_snat``, ``external_fixed_ips`` and
``qos_policy_id``.
Otherwise, this would be ``null``.
in: body
required: false

View File

@ -143,13 +143,6 @@ BFD monitors for Extraroutes extension (``bfd-for-extraroutes``)
BFD monitors for Extraroutes extension (``bfd-for-extraroutes``) adds
``bfd_monitor_id`` field to the extraroutes dictionary.
Router enable ndp proxy extension (router-extend-ndp-proxy)
===========================================================
The ``router-extend-ndp-proxy`` extension adds a ``enable_ndp_proxy`` parameter
to router. If this parameter is set as ``false``, the router don't support
``ndp_proxy``.
.. warning::
This API extension was merged as experimental to enable parallel
@ -158,6 +151,19 @@ to router. If this parameter is set as ``false``, the router don't support
removal of this warning will mark when the reference implementation
gets merged and the feauture is ready to be consumed.
Router enable ndp proxy extension (router-extend-ndp-proxy)
===========================================================
The ``router-extend-ndp-proxy`` extension adds a ``enable_ndp_proxy`` parameter
to router. If this parameter is set as ``false``, the router don't support
``ndp_proxy``.
Router gateway IP QoS (qos-gateway-ip)
======================================
The ``qos-gateway-ip`` extension adds ``qos_policy_id`` to the
``external_gateway_info`` field of routers.
List routers
============