Skip to content

Commit b0137f6

Browse files
committed
vpp: T7929: Changes to NAT44 external address verification
1 parent 93545cf commit b0137f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vpp/configuration/nat/nat44.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ Pool Requirements
158158

159159
* For dynamic NAT to work, you must configure at least one **translation** pool
160160
* For static rules with twice-nat options, you must configure a **twice-nat** pool
161-
* All external IP addresses used in static rules must belong to one of the configured pools
162161
* Interface-based pools automatically include main (first) IP address assigned to the specified interface
163162

164163
Pool Selection Priority
@@ -273,7 +272,8 @@ This option rewrites source IP addresses on packets sent only from a local addre
273272

274273
.. important::
275274

276-
Using self-twice-nat option requires to set interface connected to the local network as both inside and outside interface, because both source and destination NAT need to be applied.
275+
* Using self-twice-nat option requires to set interface connected to the local network as both inside and outside interface, because both source and destination NAT need to be applied.
276+
* External IP address used in static rules must belong to one of the configured translation pools
277277

278278
Out-to-In Only
279279
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)