aboutsummaryrefslogtreecommitdiff
path: root/lib/odp-util.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-12-29 15:20:33 -0800
committerBen Pfaff <blp@nicira.com>2011-01-27 21:08:37 -0800
commitffeda91a477a62d267696e08103f3ac6ec9a0102 (patch)
tree9d2e650f25386a64043fab5aee9e7c257881fcaf /lib/odp-util.h
parent6d9e6eb44fc82ae985e6e8db4f156ba56f8bea39 (diff)
ovs-dpctl: Use netdev_get_config() to print vport configurations.
This is cleaner than parsing "odp_port"s directly. It takes one step toward eliminating use of odp_port from any userspace code outside of lib/netdev-vport.c and lib/dpif-linux.c. Reviewed by Justin Pettit.
Diffstat (limited to 'lib/odp-util.h')
-rw-r--r--lib/odp-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/odp-util.h b/lib/odp-util.h
index b5ead840..9486661a 100644
--- a/lib/odp-util.h
+++ b/lib/odp-util.h
@@ -62,7 +62,6 @@ void format_odp_actions(struct ds *, const struct nlattr *odp_actions,
size_t actions_len);
void format_odp_flow_stats(struct ds *, const struct odp_flow_stats *);
void format_odp_flow(struct ds *, const struct odp_flow *);
-void format_odp_port_type(struct ds *, const struct odp_port *);
/* By my calculations currently the longest valid nlattr-formatted flow key is
* 80 bytes long, so this leaves some safety margin.