This function changed a few times before it was merged, unfortunately at some point the comment wasn't kept in sync with the changes.
Signed-off-by: Simon Horman <ho...@verge.net.au> --- lib/ofp-util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ofp-util.c b/lib/ofp-util.c index c6d979e..daddd14 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -4010,8 +4010,7 @@ ofputil_port_stats_to_ofp11(const struct ofputil_port_stats *ops, ps11->collisions = htonll(ops->stats.collisions); } -/* Encode a ports stat for 'opes' and append it to 'replies'. - * The encoded message will be for Open Flow version 'ofp_version'. */ +/* Encode a ports stat for 'ops' and append it to 'replies'. */ void ofputil_append_port_stat(struct list *replies, const struct ofputil_port_stats *ops) -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev