From 1306096c7e5ef9f1d9da373c470f2227e03b4e6f Mon Sep 17 00:00:00 2001 From: Derek G Foster Date: Mon, 4 Dec 2023 09:13:02 -0800 Subject: [PATCH] Update links in networking README (#397) - Replace links to individual documents with a link to the P4 Control Plane User Guide. - Change Security Guide link to go to the page in the User Guide instead of the markdown file. Signed-off-by: Derek G Foster --- build/networking/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/build/networking/README.md b/build/networking/README.md index 673a7721..b588481a 100644 --- a/build/networking/README.md +++ b/build/networking/README.md @@ -28,7 +28,7 @@ and the server (`infrap4d`) for: By default, this gRPC communication is secure. You have the option to use insecure mode, if you wish. See the -[security guide](https://github.com/ipdk-io/networking-recipe/blob/main/docs/guides/security-guide.md) +[security guide](https://ipdk.io/p4cp-userguide/guides/security/security-guide.html) for more information. IPDK includes a script @@ -36,11 +36,8 @@ IPDK includes a script to generate certificates and copy them to a specific location that will be used by the gRPC Server and Client for secure communication. -## Helpful references: +## Helpful references 1. [Networking Recipe](https://github.com/ipdk-io/networking-recipe/blob/main/README.md) -2. [Networking Recipe Build Instructions](https://github.com/ipdk-io/networking-recipe/blob/main/docs/guides/dpdk-guide.md) -3. [P4RT-CTL P4runtime Client](https://github.com/ipdk-io/networking-recipe/blob/main/docs/clients/p4rt-ctl.rst) -4. [GNMI-CTL Port Configuration Client](https://github.com/ipdk-io/networking-recipe/blob/main/docs/clients/gnmi-ctl.rst) -5. [gRPC TLS Security](https://github.com/ipdk-io/networking-recipe/blob/main/docs/guides/security-guide.md) -6. [Sample P4 Program](https://github.com/ipdk-io/ipdk/blob/main/build/networking/examples/simple_l3/simple_l3.p4) +2. [P4 Control Plane User Guide](https://ipdk.io/p4cp-userguide/) +3. [Sample P4 Program](https://github.com/ipdk-io/ipdk/blob/main/build/networking/examples/simple_l3/simple_l3.p4)