[ovs-git] [openvswitch/ovs] 87d506: ofproto-dpif-xlate: Stop forwarding MLD reports to...

Ilya Maximets noreply at github.com
Mon Dec 21 23:04:17 UTC 2020


  Branch: refs/heads/branch-2.9
  Home:   https://github.com/openvswitch/ovs
  Commit: 87d506c588350e84a77d127ec827e766b1f422e2
      https://github.com/openvswitch/ovs/commit/87d506c588350e84a77d127ec827e766b1f422e2
  Author: XiaoXiong Ding <dingxiaoxiong at huawei.com>
  Date:   2020-12-21 (Mon, 21 Dec 2020)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c

  Log Message:
  -----------
  ofproto-dpif-xlate: Stop forwarding MLD reports to group ports.

According with rfc4541 section 2.1.1, a snooping switch
should forward membership reports only to ports with
routers attached.The current code violates the RFC
forwarding membership reports to group ports as well.
The same issue doesn't exist with IPv4.

Fixes: 06994f879c ("mcast-snooping: Add Multicast Listener Discovery support")
Signed-off-by: XiaoXiong Ding <dingxiaoxiong at huawei.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 8d876802278076e93be4ed554331544fd5e10d0b
      https://github.com/openvswitch/ovs/commit/8d876802278076e93be4ed554331544fd5e10d0b
  Author: Ilya Maximets <i.maximets at ovn.org>
  Date:   2020-12-21 (Mon, 21 Dec 2020)

  Changed paths:
    M ovsdb/ovsdb-tool.c

  Log Message:
  -----------
  ovsdb-tool: Fix datum leak in the show-log command.

Fixes: 4e92542cefb7 ("ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.")
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Acked-by: Dumitru Ceara <dceara at redhat.com>


Compare: https://github.com/openvswitch/ovs/compare/4589b3b6a81f...8d8768022780


More information about the git mailing list