Merge "Doc: Add router gateway IP QoS to api-ref"

This commit is contained in:
Zuul 2022-04-05 14:45:08 +00:00 committed by Gerrit Code Review
commit f6658d6d7a
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
============