diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-02-23 17:36:55 -0500 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2021-02-24 07:09:08 +0000 |
commit | 48307fb4be6507e5fda450975cd4546f813cd0ce (patch) | |
tree | 9fc64c3a7440197f6d30c342a15d2e82b2649bc6 /src/plugins/nat | |
parent | e46bd4cac4b80c553d39dbc2a06e5dd3f8eef671 (diff) |
docs: move pnat doc link into dev doc section
- "PNAT: 1:1 match and rewrite programmable NAT" link
was hanging out on the top level of the doc tree.
Move it to VPP->Developer Documentation.
Type: fix
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: Iadb7d3463567a2414eece68db0a3743237ab26f9
Diffstat (limited to 'src/plugins/nat')
-rw-r--r-- | src/plugins/nat/pnat/pnat.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nat/pnat/pnat.md b/src/plugins/nat/pnat/pnat.md index a7c33766b90..1e6bc130848 100644 --- a/src/plugins/nat/pnat/pnat.md +++ b/src/plugins/nat/pnat/pnat.md @@ -1,4 +1,4 @@ -# PNAT: 1:1 match and rewrite programmable NAT +# PNAT: 1:1 match and rewrite programmable NAT {#pnat_doc} PNAT is a stateless statically configured, match and rewrite plugin. It uses a set of match and rewrite rules that are applied on the IP |