[ovs-git] [openvswitch/ovs] 0ef2d6: ofp-flow: Fix return value for ofputil_decode_flow...

GitHub noreply at github.com
Wed Feb 14 00:24:54 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 0ef2d6ce7f482e861fab273715b6ab529a3e7965
      https://github.com/openvswitch/ovs/commit/0ef2d6ce7f482e861fab273715b6ab529a3e7965
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
    M lib/ofp-flow.c

  Log Message:
  -----------
  ofp-flow: Fix return value for ofputil_decode_flow_stats_reply().

This function returned errno values for some errors and OFPERR_* values
for others.  The callers all expected OFPERR_* values.  This fixes the
problem.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>




More information about the git mailing list