Doc: Add router gateway IP QoS to api-ref
Change-Id: I297e157ca57f5a7724b14b3016d12660e138c8ca Related-Bug: #1757044
This commit is contained in:
parent
74d3765407
commit
7ae8e7444d
@ -6166,7 +6166,8 @@ router-external_gateway_info:
|
|||||||
description: |
|
description: |
|
||||||
The external gateway information of the router.
|
The external gateway information of the router.
|
||||||
If the router has an external gateway, this would be a dict with
|
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``.
|
Otherwise, this would be ``null``.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
@ -6175,7 +6176,8 @@ router-external_gateway_info-request:
|
|||||||
description: |
|
description: |
|
||||||
The external gateway information of the router.
|
The external gateway information of the router.
|
||||||
If the router has an external gateway, this would be a dict with
|
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``.
|
Otherwise, this would be ``null``.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
|
@ -143,13 +143,6 @@ BFD monitors for Extraroutes extension (``bfd-for-extraroutes``)
|
|||||||
BFD monitors for Extraroutes extension (``bfd-for-extraroutes``) adds
|
BFD monitors for Extraroutes extension (``bfd-for-extraroutes``) adds
|
||||||
``bfd_monitor_id`` field to the extraroutes dictionary.
|
``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::
|
.. warning::
|
||||||
|
|
||||||
This API extension was merged as experimental to enable parallel
|
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
|
removal of this warning will mark when the reference implementation
|
||||||
gets merged and the feauture is ready to be consumed.
|
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
|
List routers
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user