]> git.proxmox.com Git - mirror_ovs.git/commit
Move lib/meta-flow.h to include/openvswitch directory
authorBen Warren <ben@skyportsystems.com>
Tue, 5 Apr 2016 01:32:07 +0000 (21:32 -0400)
committerBen Pfaff <blp@ovn.org>
Thu, 14 Apr 2016 20:47:18 +0000 (13:47 -0700)
commit064d7f842838bdc41a3b80e49ec92eee19e6e41b
tree80b3f479dd3c7364b1cf8d8ded10e70dfb3fdd77
parente29747e4405e032f4f3021db510783b6e422f9b6
Move lib/meta-flow.h to include/openvswitch directory

This commit also moves some bitmap macros into public header files and
adds some #include directives in soure files in order to make the
'meta-flow.h' move possible.

Signed-off-by: Ben Warren <ben@skyportsystems.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
33 files changed:
include/openvswitch/automake.mk
include/openvswitch/meta-flow.h [new file with mode: 0644]
include/openvswitch/util.h
lib/automake.mk
lib/bitmap.h
lib/bundle.c
lib/classifier.h
lib/learn.c
lib/meta-flow.c
lib/meta-flow.h [deleted file]
lib/nx-match.c
lib/nx-match.h
lib/ofp-actions.c
lib/ofp-actions.h
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif-xlate.h
ofproto/ofproto-dpif.c
ofproto/ofproto.c
ofproto/ofproto.h
ovn/controller/ofctrl.h
ovn/controller/ovn-controller.c
ovn/controller/physical.h
ovn/controller/pinctrl.h
ovn/lib/expr.h
ovn/lib/lex.h
ovn/lib/logical-fields.h
ovn/northd/ovn-northd.c
utilities/ovs-ofctl.c
vswitchd/bridge.c