From 6933c73fe12ac62136661902fa82d0b3e68b6528 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 9 Dec 2024 12:45:39 -0500 Subject: [PATCH] api-ref: explain nested SNAT behavior is backend specific Change-Id: Ida705765a67bb719db129896c5ce27b3d146e279 --- api-ref/source/v2/parameters.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-ref/source/v2/parameters.yaml b/api-ref/source/v2/parameters.yaml index c795e2d1a..5cb50f823 100644 --- a/api-ref/source/v2/parameters.yaml +++ b/api-ref/source/v2/parameters.yaml @@ -6359,6 +6359,8 @@ router-enable_snat: when the traffic is sent to/received from the external network. ``false`` means no NAT is applied for traffic from/to the external network. It is available when ``ext-gw-mode`` extension is enabled. + ``Note`` that depending on the backend and its configuration, the + SNAT behavior for nested routers may differ. in: body required: true type: boolean