From 48307fb4be6507e5fda450975cd4546f813cd0ce Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 23 Feb 2021 17:36:55 -0500 Subject: [PATCH] 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 Change-Id: Iadb7d3463567a2414eece68db0a3743237ab26f9 --- doxygen/dev_doc.md | 2 +- src/plugins/nat/pnat/pnat.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/dev_doc.md b/doxygen/dev_doc.md index ba86712197e..b5306d55cd3 100644 --- a/doxygen/dev_doc.md +++ b/doxygen/dev_doc.md @@ -20,4 +20,4 @@ Programming notes for developers. - @subpage lcov_code_coverage - @subpage mdata_doc - @subpage mempreload_doc - +- @subpage pnat_doc 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 -- 2.16.6