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

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


  Branch: refs/heads/branch-2.11
  Home:   https://github.com/openvswitch/ovs
  Commit: 041d00101934a7ae8a43742e9840e97d00b30085
      https://github.com/openvswitch/ovs/commit/041d00101934a7ae8a43742e9840e97d00b30085
  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: 29077624db82da129d6169a795868d9df5f26948
      https://github.com/openvswitch/ovs/commit/29077624db82da129d6169a795868d9df5f26948
  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/abe75f49387f...29077624db82


More information about the git mailing list