Skip to content

Commit

Permalink
Design work
Browse files Browse the repository at this point in the history
Expand and re-organize docs to add in design work by the whole team.
  • Loading branch information
daniel-noland committed Dec 6, 2024
1 parent 544959d commit 18c412a
Show file tree
Hide file tree
Showing 42 changed files with 1,226 additions and 9 deletions.
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

0 comments on commit 18c412a

Please sign in to comment.