Skip to content
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

Support configurable network V4 CIDR for Pod traffic across Node (#2473) #2663

Closed
wants to merge 4 commits into from

Conversation

Jexf
Copy link
Member

@Jexf Jexf commented Aug 27, 2021

Support configurable network V4 CIDR for Pod traffic across Node (#2473)

Antrea Agent uses the configurable CIDR for Pod traffic. The order for configuring
tunneling or routing the traffic across Nodes is (from highest to lowest):
a.TransportInterface
b.TransportCIDR
c.The Node Internal IP or External IP

Fix add node routes crash bug, which caused by uninitialized DualStackIPs param

Fix ipv4 address and ipv6 address confused bug

Signed-off-by: Wu zhengdong zhengdong.wu@transwarp.io

Wu zhengdong added 4 commits July 27, 2021 11:08
Check kernel version splitted array length and intercept the first
3 elements for parsing kernel version.

Signed-off-by: Wu zhengdong <zhengdong.wu@transwarp.io>
Antrea Agent uses the configurable CIDR for Pod traffic. The order for configuring
tunneling or routing the traffic across Nodes is (from highest to lowest):
a.TransportInterface
b.TransportCIDR
c.The Node Internal IP or External IP

Fix add node routes crash bug, which caused by uninitialized DualStackIPs param

Fix ipv4 address and ipv6 address confused bug

Signed-off-by: Wu zhengdong <zhengdong.wu@transwarp.io>
@Jexf Jexf closed this Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant