]> git.proxmox.com Git - mirror_ovs.git/commit
ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages.
authorSimon Horman <simon.horman@netronome.com>
Tue, 11 Nov 2014 03:39:19 +0000 (12:39 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 11 Nov 2014 16:49:05 +0000 (08:49 -0800)
commit18ac06d3546ec38645a9baf8c3830c906bef2059
tree57ad484bdad8d00d61a21acc917b0295bb9fe7a3
parenta80164c1f805f7124fc5920c74b06298b53922f8
ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages.

This provides the bulk of the ofproto side of support for
OpenFlow 1.5 group messages. It provides for encoding and decoding
of updated group mod and group desc reply messages. This includes
a new bucket format and their properties.

Open Flow 1.5 Groups also have properties but as no non-experimenter
properties are defined this patch does not provide parsing or encoding
of group properties.

ONF-JIRA: EXT-350
Signed-off-by: Simon Horman <simon.horman@netronome.com>
[blp@nicira.com fixed minor bugs and style issues]
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/id-pool.c
lib/ofp-msgs.h
lib/ofp-parse.c
lib/ofp-util.c
lib/ofp-util.h