Bug 2160474
| Summary: | ovn ignores igmp v2 join request | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Haresh Khandelwal <hakhande> |
| Component: | ovn22.03 | Assignee: | Dumitru Ceara <dceara> |
| Status: | CLOSED NOTABUG | QA Contact: | ying xu <yinxu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | RHEL 8.0 | CC: | ctrautma, dceara, jiji, jishi |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-01-16 12:46:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Haresh Khandelwal
2023-01-12 14:37:33 UTC
Can you please share the NB and the OVS database from the node where you're sending the igmp v2 report?
A quick test with upstream OVN:
$ ip netns exec vm2 cat /proc/sys/net/ipv4/conf/vm2/force_igmp_version
2
$ ip netns exec vm2 ip addr add 224.1.1.1/32 dev vm2 autojoin
This generates a v2 report:
14:28:52.192785 00:00:00:00:00:02 > 01:00:5e:01:01:01, ethertype IPv4 (0x0800), length 46: (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 32, options (RA))
42.42.42.3 > 224.1.1.1: igmp v2 report 224.1.1.1
And OVN learns it:
$ ovn-sbctl find igmp address=224.1.1.1
_uuid : 6fa08a61-5f96-407a-8f98-fb794fc6505d
address : "224.1.1.1"
chassis : 6f2a8feb-e54f-41ca-a531-f722acc915de
datapath : 57ea9e95-8e89-4c54-ac00-fd89f6810e2a
ports : [8277afcb-a132-474a-9309-06ccd137b488]
|