summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-print.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-04-28 08:09:55 -0700
committerBen Pfaff <blp@ovn.org>2017-05-03 16:18:44 -0700
commitc2f4c39be4e288e7a08974aea53b18627a1ef9ef (patch)
treeb08299b10b19ba35b85e220cbdc520e29d684142 /include/openvswitch/ofp-print.h
parentbed7aef90248573307020b545711b72b4d868011 (diff)
downloadopenvswitch-c2f4c39be4e288e7a08974aea53b18627a1ef9ef.tar.gz
ovn-sbctl: Add --ovs option to "lflow-list", for listing OpenFlow flows.
This is like the --ovs option to ovn-trace, but it applies to every flow dumped, so it has different applications. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Andy Zhou <azhou@ovn.org>
Diffstat (limited to 'include/openvswitch/ofp-print.h')
-rw-r--r--include/openvswitch/ofp-print.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openvswitch/ofp-print.h b/include/openvswitch/ofp-print.h
index 58fd4039d..863f7aaa2 100644
--- a/include/openvswitch/ofp-print.h
+++ b/include/openvswitch/ofp-print.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, 2009, 2011, 2012, 2015 Nicira, Inc.
+ * Copyright (c) 2008, 2009, 2011, 2012, 2015, 2017 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ char *ofp_to_string(const void *, size_t, int verbosity);
char *ofp10_match_to_string(const struct ofp10_match *, int verbosity);
char *ofp_packet_to_string(const void *data, size_t len);
-void ofp_print_flow_stats(struct ds *, struct ofputil_flow_stats *);
+void ofp_print_flow_stats(struct ds *, const struct ofputil_flow_stats *);
void ofp_print_version(const struct ofp_header *, struct ds *);
void ofp_print_table_features(
struct ds *, const struct ofputil_table_features *features,