-
Notifications
You must be signed in to change notification settings - Fork 33
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
WIP: IPv6 support for Silk CNI and VXLAN policy agent #155
Open
plamen-bardarov
wants to merge
58
commits into
cloudfoundry:develop
Choose a base branch
from
plamen-bardarov:vxlan-policy-agent-ipv6-pr
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WIP: IPv6 support for Silk CNI and VXLAN policy agent #155
plamen-bardarov
wants to merge
58
commits into
cloudfoundry:develop
from
plamen-bardarov:vxlan-policy-agent-ipv6-pr
Conversation
This file contains 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
IPv6: Sysctl for IPv6. IPv6: forwarding. IPv6: point-to-point for containers. IPv6: neighbors for IPv6. IPv6: enable routing for IPv6.
IPv6: extend the CNIResult. IPv6: remove IPv6 routes from routing slice. IPv6 for silk-cni: prepare IPAM for IPv6. IPv6 for silk-daemon: extend network info for IPv6. IPv6 silk-cni and cni-wrapper: extending of datastore.
IPv6 cni-wrapper: fix IPv6 validation. IPv6: ipv4 and ipv6 alidation. IPv6: datastore, optimization. IPv6 silk-daemon: extend config file with ipv6_prefix field. IPv6 silk/lib, silk-cni: fix datastore build. IPv6 silk/lib, silk-cni, cni-wrapper: fix datastore validator because of broken build. IPv6 silk-daemon: validate whether the host is IPv6 enabled. IPv6 silk-cni: add SysctlIPv6Security.
4 tasks
…sets the dst property of the routes for default gateway route
…ce in EnableIPv6Forwarding so it doesn't break the integration tests
8060719
to
4f4eb21
Compare
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.
Summary
This pull request is a work in progress and not yet ready for merging. I’m opening it early to gather feedback on the initial implementation. Key things to note:
Any suggestions for improvements, refactoring, or best practices are welcome.
Backward Compatibility
Breaking Change? TBD