mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
ofp-msgs: fix enum of OFPMP_TABLE_DESC.
Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com> Acked-by: Joe Stringer <joestringer@nicira.com>
This commit is contained in:
committed by
Joe Stringer
parent
f295c17bc7
commit
a634c5317a
@@ -378,10 +378,10 @@ enum ofpraw {
|
||||
/* OFPST 1.3+ (12): struct ofp13_table_features, uint8_t[8][]. */
|
||||
OFPRAW_OFPST13_TABLE_FEATURES_REPLY,
|
||||
|
||||
/* OFPST 1.4+ (15): void. */
|
||||
/* OFPST 1.4+ (14): void. */
|
||||
OFPRAW_OFPST14_TABLE_DESC_REQUEST,
|
||||
|
||||
/* OFPST 1.4+ (15): struct ofp14_table_desc, uint8_t[8][]. */
|
||||
/* OFPST 1.4+ (14): struct ofp14_table_desc, uint8_t[8][]. */
|
||||
OFPRAW_OFPST14_TABLE_DESC_REPLY,
|
||||
|
||||
/* OFPST 1.0-1.4 (13): void. */
|
||||
|
Reference in New Issue
Block a user