openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_mod
authorSimon Horman <simon.horman@netronome.com>
Fri, 21 Nov 2014 01:16:23 +0000 (10:16 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Nov 2014 16:14:10 +0000 (08:14 -0800)
commit7987096335862b741d99d52f408be1023ba44eb7
treedd9edbe27a9759ac8c7904481524ff0df224b6a4
parentb3248fa7ca8fe322e60fb588ea546074d8376cd6
openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_mod

The spec has been clarified to use _list_len in palce of _list_len
terminology to make it clearer that the data is not an ordered list
(it is a set). The code present in Open vSwitch already avoided
the _list_len terminology. This change brings the code into
line with the updated spec.

ONF-JIRA: EXT-350
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
include/openflow/openflow-1.5.h
lib/ofp-util.c