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

TTL decrement for traffic between two AntreaIPAM Pods running on same Node and in same subnet. #6908

Open
Atish-iaf opened this issue Jan 8, 2025 · 0 comments
Labels
area/ipam Issues or PRs related to IP address management (IPAM). kind/bug Categorizes issue or PR as related to a bug.

Comments

@Atish-iaf
Copy link
Contributor

Atish-iaf commented Jan 8, 2025

Describe the bug
TTL decrement by 1 for traffic between two AntreaIPAM Pods running on same Node and in same subnet(Node subnet, VLAN=0).
TTL gets decremented in OVS L3DecTTL table.

To Reproduce
Create IPPool, allocate IP ranges from node subnet(VLAN=0).
Create 2 antreaipam pods having IP from above created IPPool and schedule both pods on same node.
Ping between these 2 pods.

Expected
TTL shouldn't decrement.

Actual behavior
TTL gets decremented by 1.

Versions:

  • agentVersion: 2.3.0-dev-2773cfd61

Additional context
In the screenshot below, 172.18.0.0/16 is node subnet, 10.244.2.0/24 is NodeIPAM PodCIDR for kind-worker Node.
Screenshot 2025-01-09 at 12 01 15 AM

@Atish-iaf Atish-iaf added area/ipam Issues or PRs related to IP address management (IPAM). kind/bug Categorizes issue or PR as related to a bug. labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ipam Issues or PRs related to IP address management (IPAM). kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant