[ovs-git] [openvswitch/ovs] 7e6f1b: datapath-windows: Return success when duplicate fl...

GitHub noreply at github.com
Wed Oct 22 15:58:34 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7e6f1bab07de5b2eeaf2ce602ba9d5368d0ba7a6
      https://github.com/openvswitch/ovs/commit/7e6f1bab07de5b2eeaf2ce602ba9d5368d0ba7a6
  Author: Nithin Raju <nithin at vmware.com>
  Date:   2014-10-22 (Wed, 22 Oct 2014)

  Changed paths:
    M datapath-windows/ovsext/Flow.c

  Log Message:
  -----------
  datapath-windows: Return success when duplicate flow is added.

If we are trying to insert a flow while there's already a key with the
same flow, return success instead of failure. It can be argued that we
should probably return a transactional error EEXIST, but we'll handle
this in a subsequent commit. I've added a comment to address this later.

Signed-off-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>




More information about the git mailing list