Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links in networking README #397

Merged
merged 3 commits into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)