The FDP team is no longer accepting new bugs in Bugzilla. Please report your issues under FDP project in Jira. Thanks.
Bug 1814127 - [OVN2.11] OVN is not flooding multicast IP traffic when sent to a group in the 224.0.0.X range
Summary: [OVN2.11] OVN is not flooding multicast IP traffic when sent to a group in th...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux Fast Datapath
Classification: Red Hat
Component: ovn2.11
Version: FDP 20.A
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Dumitru Ceara
QA Contact: ying xu
URL:
Whiteboard:
Depends On: 1803008
Blocks: 1807782
TreeView+ depends on / blocked
 
Reported: 2020-03-17 06:07 UTC by ying xu
Modified: 2020-05-26 14:08 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1803008
Environment:
Last Closed: 2020-05-26 14:07:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:2318 0 None None None 2020-05-26 14:08:02 UTC

Comment 5 ying xu 2020-04-21 03:03:00 UTC
case path:/networking/openvswitch/ovn/multicast
reproduced on version:
# rpm -qa|grep ovn
ovn2.11-host-2.11.1-37.el8fdp.x86_64
ovn2.11-2.11.1-37.el8fdp.x86_64
ovn2.11-central-2.11.1-37.el8fdp.x86_64

:: [ 23:06:46 ] :: [   PASS   ] :: Command 'ovn-nbctl set logical_switch ls other_config:mcast_flood_unregistered=false' (Expected 0, got 0)
:: [ 23:06:46 ] :: [   PASS   ] :: Command 'ovn-sbctl list ip_multicast' (Expected 0, got 0)
:: [ 23:06:46 ] :: [   PASS   ] :: Command 'ip netns exec vm1 tcpdump -U -i any -w broadcast.pcap&' (Expected 0, got 0)
:: [ 23:07:05 ] :: [   PASS   ] :: Command 'ovn-sbctl list multicast_group' (Expected 0, got 0)
:: [ 23:07:05 ] :: [   PASS   ] :: Command 'tcpdump -r broadcast.pcap -vv -n|grep "42.42.42.2 > 224.0.0.5: ICMP echo request"' (Expected 0, got 0)
:: [ 23:07:07 ] :: [   PASS   ] :: Command 'ip netns exec vm1 tcpdump -U -i any -w broadcast.pcap&' (Expected 0, got 0)
:: [ 23:07:30 ] :: [   PASS   ] :: Command 'ovn-sbctl list multicast_group' (Expected 0, got 0)
:: [ 23:07:31 ] :: [   FAIL   ] :: Command 'tcpdump -r broadcast.pcap -vv -n|grep "42.42.42.2 > 224.0.0.5: ICMP echo request"' (Expected 0, got 1)

verified on version:
# rpm -qa|grep ovn
ovn2.11-2.11.1-44.el7fdp.x86_64
ovn2.11-host-2.11.1-44.el7fdp.x86_64
ovn2.11-central-2.11.1-44.el7fdp.x86_64

:: [ 23:35:02 ] :: [   PASS   ] :: Command 'ovn-nbctl set logical_switch ls other_config:mcast_flood_unregistered=false' (Expected 0, got 0)
:: [ 23:35:02 ] :: [   PASS   ] :: Command 'ovn-sbctl list ip_multicast' (Expected 0, got 0)
:: [ 23:35:02 ] :: [   PASS   ] :: Command 'ip netns exec vm1 tcpdump -U -i any -w broadcast.pcap&' (Expected 0, got 0)
:: [ 23:35:21 ] :: [   PASS   ] :: Command 'ovn-sbctl list multicast_group' (Expected 0, got 0)
:: [ 23:35:21 ] :: [   PASS   ] :: Command 'tcpdump -r broadcast.pcap -vv -n|grep "42.42.42.2 > 224.0.0.5: ICMP echo request"' (Expected 0, got 0)
:: [ 23:35:23 ] :: [   PASS   ] :: Command 'ip netns exec vm1 tcpdump -U -i any -w broadcast.pcap&' (Expected 0, got 0)
:: [ 23:35:46 ] :: [   PASS   ] :: Command 'ovn-sbctl list multicast_group' (Expected 0, got 0)
:: [ 23:35:46 ] :: [   PASS   ] :: Command 'tcpdump -r broadcast.pcap -vv -n|grep "42.42.42.2 > 224.0.0.5: ICMP echo request"' (Expected 0, got 0)

# rpm -qa|grep ovn
ovn2.11-2.11.1-44.el8fdp.x86_64
ovn2.11-host-2.11.1-44.el8fdp.x86_64
ovn2.11-central-2.11.1-44.el8fdp.x86_64
:: [ 23:00:31 ] :: [   PASS   ] :: Command 'ovn-nbctl set logical_switch ls other_config:mcast_flood_unregistered=false' (Expected 0, got 0)
:: [ 23:00:32 ] :: [   PASS   ] :: Command 'ovn-sbctl list ip_multicast' (Expected 0, got 0)
:: [ 23:00:32 ] :: [   PASS   ] :: Command 'ip netns exec vm1 tcpdump -U -i any -w broadcast.pcap&' (Expected 0, got 0)
:: [ 23:00:50 ] :: [   PASS   ] :: Command 'ovn-sbctl list multicast_group' (Expected 0, got 0)
:: [ 23:00:50 ] :: [   PASS   ] :: Command 'tcpdump -r broadcast.pcap -vv -n|grep "42.42.42.2 > 224.0.0.5: ICMP echo request"' (Expected 0, got 0)
:: [ 23:00:52 ] :: [   PASS   ] :: Command 'ip netns exec vm1 tcpdump -U -i any -w broadcast.pcap&' (Expected 0, got 0)
:: [ 23:01:16 ] :: [   PASS   ] :: Command 'ovn-sbctl list multicast_group' (Expected 0, got 0)
:: [ 23:01:16 ] :: [   PASS   ] :: Command 'tcpdump -r broadcast.pcap -vv -n|grep "42.42.42.2 > 224.0.0.5: ICMP echo request"' (Expected 0, got 0)

Comment 7 errata-xmlrpc 2020-05-26 14:07:41 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2318


Note You need to log in before you can comment on or make changes to this bug.