From 286278a76d16901edf3b46d2b2a0653d8ea42f42 Mon Sep 17 00:00:00 2001 From: Tilmann Date: Tue, 15 Oct 2024 15:41:17 +0200 Subject: [PATCH] dispatched_ports syntax The current implementation does not use the "underlay" element. --- doc/dev/design/router-port-dispatch.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.