Skip to content

Commit

Permalink
doc: dispatched_ports syntax (#4637)
Browse files Browse the repository at this point in the history
The current implementation does not use the "underlay" element.
I propose to adapt the docment to reflect the current implementation
  • Loading branch information
tzaeschke authored Oct 15, 2024
1 parent e6b0576 commit 1425841
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/dev/design/router-port-dispatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ For this, we add two mechanisms:

.. code-block:: yaml
"underlay": {
"dispatched_ports": "<min>-<max>"
}
"dispatched_ports": "<min>-<max>"
The ``min``, ``max`` values define the range of ports ``[min, max]`` (inclusive).
The value ``"-"`` explicitly represents an empty range.
Expand Down

0 comments on commit 1425841

Please sign in to comment.