From 864872ae1352dbee6aefac80a0ee7b60c271f58b Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Thu, 19 Dec 2019 11:51:22 -0500 Subject: 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 --- src/plugins/nat/nat_ha_doc.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg