X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fofp-util.h;h=db28c5839e7b691a8ef7c6fa452068dbb26e2151;hb=4d5f814dfb737aae820b8ce70ff0a8b94c291ec3;hp=955886de325728878c72342098e8320eaab131c0;hpb=f4f1ea7eaca92e2ca44c9624b3bb7d6426b2ddea;p=sliver-openvswitch.git diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 955886de3..db28c5839 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -686,8 +686,6 @@ union ofp_action *ofputil_actions_clone(const union ofp_action *, size_t n); /* Handy utility for parsing flows and actions. */ bool ofputil_parse_key_value(char **stringp, char **keyp, char **valuep); -struct ofpbuf *ofputlil_dump_ports(enum ofp_version ofp_version, int16_t port); - struct ofputil_port_stats { uint16_t port_no; struct netdev_stats stats;