[ovs-dev] [ovs-dev, v2, 03/23] Move lib/ofp-errors.h to include/openvswitch directory

Ryan Moats rmoats at us.ibm.com
Thu Mar 17 15:10:02 UTC 2016


---- Original Message ----
> From: Ben Warren <ben at skyportsystems.com>
>
> Signed-off-by: Ben Warren <ben at skyportsystems.com>
> ---
>  FAQ.md                           |   2 +-
>  build-aux/extract-ofp-errors     |   4 +-
>  include/openvswitch/automake.mk  |   1 +
>  include/openvswitch/ofp-errors.h | 807 +++++++++++++++++++++++++++++++++
++++++
>  lib/automake.mk                  |   5 +-
>  lib/bundle.c                     |   2 +-
>  lib/bundle.h                     |   2 +-
>  lib/dpif.c                       |   2 +-
>  lib/learn.c                      |   2 +-
>  lib/learn.h                      |   2 +-
>  lib/learning-switch.c            |   2 +-
>  lib/meta-flow.c                  |   2 +-
>  lib/meta-flow.h                  |   2 +-
>  lib/multipath.c                  |   2 +-
>  lib/multipath.h                  |   2 +-
>  lib/nx-match.c                   |   2 +-
>  lib/nx-match.h                   |   2 +-
>  lib/ofp-actions.h                |   2 +-
>  lib/ofp-errors.c                 |   2 +-
>  lib/ofp-errors.h                 | 807
---------------------------------------
>  lib/ofp-msgs.h                   |   2 +-
>  lib/ofp-print.c                  |   2 +-
>  lib/ofp-prop.c                   |   2 +-
>  lib/ofp-prop.h                   |   2 +-
>  lib/ofp-util.c                   |   2 +-
>  lib/pktbuf.h                     |   2 +-
>  lib/vconn.c                      |   2 +-
>  ofproto/connmgr.h                |   2 +-
>  ofproto/ofproto-provider.h       |   2 +-
>  ofproto/ofproto.c                |   2 +-
>  utilities/ovs-ofctl.c            |   2 +-
>  31 files changed, 838 insertions(+), 838 deletions(-)
>  create mode 100644 include/openvswitch/ofp-errors.h
>  delete mode 100644 lib/ofp-errors.h

Same as before (I sense a theme) once the dist-hook-git
target is turned off, "make check" passes.
Further, the change looks sane so...

Acked-by: Ryan Moats <rmoats at us.ibm.com>



More information about the dev mailing list