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

why logical_router lb not supoort logical_router options snat-ct-zone #263

Open
yangzhaowu1 opened this issue Nov 11, 2024 · 0 comments
Open

Comments

@yangzhaowu1
Copy link

if lb attach to logical_router, he ingress action in sb flows is ct_lb, the engress action in sb flows is ct_dnat_in_zone. ct_lb always is MFF_LOG_DNAT_ZONE, if snat-ct-zone is not set, ct_dnat_in_zone=MFF_LOG_DNAT_ZONE; if snat-ct-zone is set, ct_dnat_in_zone=MFF_LOG_SNAT_ZONE.
so if logical router is set options:snat-ct-zone=xx. ingress ct_zone is MFF_LOG_DNAT_ZONE;engress ct_zone is MFF_LOG_SNAT_ZONE;ingress ct_zone not match engress ct_zone cause lr_lb not support snat-ct-zone

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

No branches or pull requests

1 participant