Skip to content

Commit

Permalink
Update links in networking README (#397)
Browse files Browse the repository at this point in the history
- 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 <derek.foster@intel.com>
  • Loading branch information
ffoulkes committed Dec 4, 2023
1 parent d9410bd commit 1306096
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build/networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,16 @@ 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
([generate-tls-certs](https://github.com/ipdk-io/ipdk/blob/main/build/networking/scripts/generate_tls_certs.sh))
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)

0 comments on commit 1306096

Please sign in to comment.