[ovs-git] [openvswitch/ovs] 1c2187: datapath-windows: Return success for already exist...

GitHub noreply at github.com
Tue Jun 23 18:46:10 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 1c218735054d30d636215f0a6cd899a156592070
      https://github.com/openvswitch/ovs/commit/1c218735054d30d636215f0a6cd899a156592070
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-06-23 (Tue, 23 Jun 2015)

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

  Log Message:
  -----------
  datapath-windows: Return success for already existing WFP objects

There are cases when the WFP callout or sublayer, being persistent
objects, already exists when we try to register the OVS callout. In
this cases, when trying to add again these WFP objects the return code
is STATUS_FWP_ALREADY_EXISTS, which we are interpreting as an error.
This is incorrect and this patch changes that.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/84
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list