User ACLs documentation - #338
Draft
qmonnet wants to merge 3 commits into
Draft
Conversation
The gateway "overview" has grown to the point it's no longer an overview, but mostly a reference guide for the GatewayPeering configuration. Move the peering material into a new gateway-peering.md. The text is carried over unchanged, apart from heading levels (and this commit is best reviewed with some tool that shows lines moved rather than just additions/deletions). Section "Flow Table and Stateful Processing" gets split in two parts, because it mixed two concerns: the flow table capacity, and observations on the non-shared nature of flow states, are properties of the gateway node, whereas timeout-based eviction is a per-peering NAT field. The former stay in gateway.md, the latter (along with the keepalive tip) move to the new gateway-peering.md in a dedicated "Flow Table" subsection. Minor introduction paragraphs are added to replace the section that moved, or as introduction to the new page and subsection. We also update relevant links, and .pages navigation. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Quentin Monnet <qmo@qmon.net>
When one side of a gateway peering uses stateful NAT (masquerade or port forwarding), the other side cannot also use stateful NAT, but we added support for using stateful NAT and static NAT on opposing ends of a peering. Update the relevant limitation in the docs. Signed-off-by: Quentin Monnet <qmo@qmon.net>
Signed-off-by: Quentin Monnet <qmo@qmon.net>
|
🚀 Deployed on https://preview-338--hedgehog-docs.netlify.app |
qmonnet
force-pushed
the
pr/qmonnet/user-acls
branch
from
July 30, 2026 12:35
714aec5 to
8fa6f10
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.
Closes: #331