Bug 552574
Summary: | Guest could not join the multicast group with virtio NIC | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Amos Kong <akong> | ||||
Component: | kernel | Assignee: | Herbert Xu <herbert.xu> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.5 | CC: | ailan, fleitner, jasowang, lihuang, llim, mjenner, mst, pamadio, tao, tburke, virt-maint, ykaul | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 589032 (view as bug list) | Environment: | |||||
Last Closed: | 2011-01-13 20:58:17 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 502912, 589032, 600363, 670174 | ||||||
Attachments: |
|
Description
Amos Kong
2010-01-05 14:57:21 UTC
It's a problem of virio-net driver, so change the Component to 'kernel'. This problem also exist rhel5.5, and change Version to '5.5'. I assume what was meant was proposing it for 5.6.0, not 5.5.0. Changed flags accordingly. Created attachment 428813 [details]
Add set_multicast_list to virtio_net
This patch allows virtio_net to support multicast.
(In reply to comment #8) > Created an attachment (id=428813) [details] > Add set_multicast_list to virtio_net > > This patch allows virtio_net to support multicast. After use this patch, I can join guest into MAC multicase group. guest) # ip maddr add 01:00:5E:C0:01:64 dev eth0 guest) # ip maddr show 1: lo inet 224.0.0.1 inet6 ff02::1 6: eth0 link 01:00:5e:c0:01:64 static link 33:33:00:00:00:fb link 01:00:5e:00:00:fb link 01:00:5e:00:00:01 link 33:33:ff:6c:9e:f9 link 33:33:00:00:00:01 inet 224.0.0.251 inet 224.0.0.1 inet6 ff02::fb inet6 ff02::1:ff6c:9ef9 inet6 ff02::1 in kernel-2.6.18-206.el5 You can download this test kernel from http://people.redhat.com/jwilson/el5 Detailed testing feedback is always welcomed. Bug is fixed in kernel-2.6.18-206.el5 Move to VERIFIED An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0017.html *** Bug 670174 has been marked as a duplicate of this bug. *** *** Bug 589032 has been marked as a duplicate of this bug. *** |