[ovs-git] [openvswitch/ovs] 7b3c53: ovn-controller: Fix match crieria for dynamic mac ...

GitHub noreply at github.com
Fri Sep 9 15:46:10 UTC 2016


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: 7b3c53fd6af4c6686cd10522ef4dc69a284a53fd
      https://github.com/openvswitch/ovs/commit/7b3c53fd6af4c6686cd10522ef4dc69a284a53fd
  Author: Chandra S Vejendla <csvejend at us.ibm.com>
  Date:   2016-09-09 (Fri, 09 Sep 2016)

  Changed paths:
    M ovn/controller/lflow.c

  Log Message:
  -----------
  ovn-controller: Fix match crieria for dynamic mac binding flows

match struct is not initialized before adding flows for each entry in
mac_bindings table.  The matches for IPv4 and IPv6 entries don't have
exactly the same form (IPv4 uses reg0, IPv6 uses xxreg0), so reusing
a match structure can cause problems.

Signed-off-by: Chandra Sekhar Vejendla <csvejend at us.ibm.com>
Signed-off-by: Ryan Moats <rmoats at us.ibm.com>
Co-authored-by: Ryan Moats <rmoats at us.ibm.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list