Open
Conversation
|
🚀 Deployed on https://preview-294--hedgehog-docs.netlify.app |
There was a problem hiding this comment.
Pull request overview
Updates Gateway documentation to better explain stateful NAT behavior and to add operational guidance for diagnosing Gateway issues.
Changes:
- Add a new “Flow Table and Stateful Processing” section to the Gateway user guide.
- Add a new Gateway troubleshooting page with CLI, BGP, NAT, and metrics checks.
- Extend the architecture overview with a summary of Gateway node components (dataplane/FRR/Alloy).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/user-guide/gateway.md | Documents gateway flow table behavior for stateful NAT and failover implications. |
| docs/troubleshooting/gateway.md | New runbook-style troubleshooting guide for Gateway pods, CLI, FRR/BGP, NAT, and metrics. |
| docs/architecture/overview.md | Adds a high-level description of Gateway node components and responsibilities. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
11f8a7c to
a7e9a5b
Compare
The architecture page described Control Node and SONiC Switch components but did not mention the gateway. Add a Gateway Node Components section covering the dataplane, FRR, and Alloy pods. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Pau Capdevila <pau@githedgehog.com>
Document the gateway flow table behavior: timeout-based eviction, capacity configuration, and per-gateway state scope. This helps users understand sizing, failover implications, and the importance of keepalives for long-lived connections through stateful NAT. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Pau Capdevila <pau@githedgehog.com>
51120f9 to
165f411
Compare
165f411 to
eb17905
Compare
edipascale
reviewed
Apr 17, 2026
Add troubleshooting guide covering: pod health checks, dataplane CLI usage (flow table, NAT state, flow filter, routing), FRR/BGP inspection via vtysh, common issues (traffic not flowing, NAT problems, failover), and Prometheus metrics. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Pau Capdevila <pau@githedgehog.com>
eb17905 to
9da11f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.