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

planning docs #100

Merged
merged 7 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
36 changes: 36 additions & 0 deletions design-docs/src/mdbook/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,39 @@
- [fake-nix](./build/fake-nix.md)
- [Build dataplane](./build/just-cargo-build.md)
- [Sterile builds](./build/sterile-build.md)
- [Design](./dataplane/design.md)
- [Development Plan](./dataplane/development-plan.md)
- [Configuration Persistence Investigation](./dataplane/tasks/configuration-persistence-investigation.md)
- [Configuration database schema](./dataplane/tasks/config-db-schema.md)
- [Control plane dev-env](./dataplane/tasks/control-plane-dev-env.md)
- [Core pinning](./dataplane/tasks/core-pinning.md)
- [Create control plane image](./dataplane/tasks/create-control-plane-image.md)
- [Dataplane / Control plane protocol](./dataplane/tasks/dataplane-control-plane-protocol.md)
- [Dataplane / Control plane transport](./dataplane/tasks/dataplane-control-plane-transport.md)
- [Dataplane worker lifecycle](./dataplane/tasks/dataplane-worker-lifecycle.md)
- [Fault tolerance (implementation)](./dataplane/tasks/fault-tolerance-implementation.md)
- [Fault tolerance (validation)](./dataplane/tasks/fault-tolerance-validation.md)
- [Gateway test env](./dataplane/tasks/gateway-test-env.md)
- [Identify local traffic](./dataplane/tasks/identify-local-traffic.md)
- [Management plane - control plane interaction](./dataplane/tasks/management-plane-control-plane-interaction.md)
- [Management plane - dataplane interaction](./dataplane/tasks/management-plane-dataplane-interaction.md)
- [NAT44](./dataplane/tasks/NAT44.md)
- [NAT64 (investigation)](./dataplane/tasks/NAT64-investigation.md)
- [NAT64](./dataplane/tasks/NAT64.md)
- [NAT66](./dataplane/tasks/NAT66.md)
- [One control plane daemon per container](./dataplane/tasks/one-control-plane-daemon-per-container.md)
- [Performance measurement](./dataplane/tasks/performance-measurement.md)
- [Programmatic Control of FRR](./dataplane/tasks/programmatic-control-of-frr.md)
- [Public internet access](./dataplane/tasks/public-internet-access.md)
- [Rate limiting investigation](./dataplane/tasks/rate-limiting-investigation.md)
- [Route manager](./dataplane/tasks/route-manager.md)
- [State sync (design)](./dataplane/tasks/state-sync-design.md)
- [State sync (implementation)](./dataplane/tasks/state-sync.md)
- [Telemetry (basic)](./dataplane/tasks/telemetry-basic.md)
- [Telemetry (integration)](./dataplane/tasks/telemetry-integration.md)
- [Telemetry (investigation)](./dataplane/tasks/telemetry-investigation.md)
- [Underlay routing](./dataplane/tasks/underlay-routing.md)
- [VPC rate-limiting](./dataplane/tasks/vpc-rate-limiting.md)
- [VPC routing](./dataplane/tasks/vpc-routing.md)
- [VXLAN tunnels](./dataplane/tasks/vxlan-tunnels.md)
- [Zebra Plugin](./dataplane/tasks/zebra-plugin.md)
Loading
Loading