summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-04 21:32:07 -0400
committerBen Pfaff <blp@ovn.org>2016-04-14 13:47:18 -0700
commit064d7f842838bdc41a3b80e49ec92eee19e6e41b (patch)
tree80b3f479dd3c7364b1cf8d8ded10e70dfb3fdd77 /lib/ofp-print.c
parente29747e4405e032f4f3021db510783b6e422f9b6 (diff)
downloadopenvswitch-064d7f842838bdc41a3b80e49ec92eee19e6e41b.tar.gz
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>
Diffstat (limited to 'lib/ofp-print.c')
-rw-r--r--lib/ofp-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index 148edf25d..9cf6cda66 100644
--- a/lib/ofp-print.c
+++ b/lib/ofp-print.c
@@ -34,7 +34,7 @@
#include "flow.h"
#include "learn.h"
#include "multipath.h"
-#include "meta-flow.h"
+#include "openvswitch/meta-flow.h"
#include "netdev.h"
#include "nx-match.h"
#include "ofp-actions.h"