diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-19 11:51:22 -0500 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-01-27 14:17:21 +0000 |
commit | 864872ae1352dbee6aefac80a0ee7b60c271f58b (patch) | |
tree | 688ff69a12ba6a655bd2a10c5c4b52ae6ec83cd0 | |
parent | 2d8829cbb5f3d214fbc09bf4258573659e0c5e60 (diff) |
docs nat: fix nat-ha ascii art
See: https://docs.fd.io/vpp/19.08/nat_ha_doc.html
Type: docs
Change-Id: I43ecf1dfb6976ebafee04d820f0e1b07393a0b93
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | src/plugins/nat/nat_ha_doc.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/nat/nat_ha_doc.md b/src/plugins/nat/nat_ha_doc.md index 2d504231d9b..f0ea209e250 100644 --- a/src/plugins/nat/nat_ha_doc.md +++ b/src/plugins/nat/nat_ha_doc.md @@ -13,6 +13,7 @@ Session synchronization traffic is distributed through an IPv4 UDP connection. T The two NAT nodes have a dedicated link (interface GE0/0/3 on both) to synchronize NAT sessions using NAT HA protocol. +``` +-----------------------+ | outside network | +-----------------------+ @@ -36,6 +37,7 @@ The two NAT nodes have a dedicated link (interface GE0/0/3 on both) to synchroni +-----------------------+ | inside network | +-----------------------+ +``` ### Active node configuration |