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

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


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: d86df8a086213daa590f3351f7f12e62b1c7c773
      https://github.com/openvswitch/ovs/commit/d86df8a086213daa590f3351f7f12e62b1c7c773
  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: f108cc1fcc8f1cd378252fd8da7285d66aaebb48
      https://github.com/openvswitch/ovs/commit/f108cc1fcc8f1cd378252fd8da7285d66aaebb48
  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/aaaad56bfcb8...f108cc1fcc8f


More information about the git mailing list