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

remove static route for custom vpc #3646

Closed
zcq98 opened this issue Jan 19, 2024 · 0 comments · Fixed by #3647
Closed

remove static route for custom vpc #3646

zcq98 opened this issue Jan 19, 2024 · 0 comments · Fixed by #3647

Comments

@zcq98
Copy link
Member

zcq98 commented Jan 19, 2024

Feature request

Default static route will be set if vpc enables external subnet.
415c295eccecfa39d0a5662535a2412
192.168.80.1 is the gateway of subnet external

extra static route should be set if using extra external subnets referring to OVN EIP FIP SNAT

Use case

Actually,there is no need to Configure static routes with multiple external subnets.
for the bugfix: kubeovn/ovn#4,ovn will set the logical flow according to which external subnet the eip ip belongs to:
cc86903741b2a94d927cc93742699f9
external ext1 ext2 are external subnets connect to vpc1,the outport will be set according to eip ip.
other subnets will be automatically routed according to the external subnet where the eip is located.
thus there is no need to add static route for custom vpc.

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 a pull request may close this issue.

1 participant