-
Notifications
You must be signed in to change notification settings - Fork 3.4k
docs: Clarify use of routing table IDs in Cilium. #40248
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Please find some minor suggestions below.
Note (to Anton): I reviewed for docs-structure
, I haven't validated the IDs and descriptions for correctness
Thanks for the PR! Please address the feedback from the reviewers above. When you've done that, you can use the "Ready for review" button at the bottom of the page to bring this back to the attention of reviewers. I'd suggest also clicking the "re-request review" button at the top right of the page in the "Reviewers" box to be sure the notifications go out. |
Thanks for the suggestions! I've updated the PR with the changes. |
/test |
[ Quentin: Squashed commits, fixed typo (IPSec), formatted commit log ] Fixes: cilium#38531 Signed-off-by: Nemanja Zeljkovic <nocturo@gmail.com> Signed-off-by: Quentin Monnet <qmo@qmon.net>
/test |
I squashed the commits together (and fixed the case on |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
This amends documentation to add information about the route table IDs used by Cilium.
Fixes: #38531