-
Notifications
You must be signed in to change notification settings - Fork 123
Document icmpv6 configuration #209
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
base: master
Are you sure you want to change the base?
Conversation
jochenehret
commented
Jul 7, 2025
- and add some general information on IPv6 support
* and add some general information on IPv6 support
|
Note: The mentioned capi-release v1.212.0 is not yet shipped. Please wait for the new release before merging this PR. |
|
|
||
| ASGs define **allow** rules, and their order of evaluation is unimportant when multiple ASGs apply to the same space or deployment. The platform sets up rules to filter and log outbound network traffic | ||
| from app and task instances. ASGs apply to both buildpack-based and Docker-based apps and tasks. | ||
| from app and task instances. ASGs apply to both buildpack-based and Docker-based apps and tasks. Since capi-release v1.212.0, IPv6 is supported in ASGs. |
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.
| from app and task instances. ASGs apply to both buildpack-based and Docker-based apps and tasks. Since capi-release v1.212.0, IPv6 is supported in ASGs. | |
| from app and task instances. ASGs apply to both buildpack-based and Docker-based apps and tasks. Since capi-release v1.212.0, IPv6 is supported in ASGs. |
Really? I assume you will also need some cf-networking changes for this to work, which are not merged yet. We should wait until all of the code is released and the docs should references all of the versions of different releases required.
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.
Is meanwhile everything merged?
cf-networking-release v3.74.0 mentions IPv6 improvements and I don't see open PRs anymore.