diff --git a/doc/dev/design/router-port-dispatch.rst b/doc/dev/design/router-port-dispatch.rst index efae474529..659c155732 100644 --- a/doc/dev/design/router-port-dispatch.rst +++ b/doc/dev/design/router-port-dispatch.rst @@ -160,9 +160,7 @@ For this, we add two mechanisms: .. code-block:: yaml - "underlay": { - "dispatched_ports": "-" - } + "dispatched_ports": "-" The ``min``, ``max`` values define the range of ports ``[min, max]`` (inclusive). The value ``"-"`` explicitly represents an empty range.