ofp-prop: New module for working with OpenFlow 1.3+ properties.
authorBen Pfaff <blp@ovn.org>
Tue, 29 Dec 2015 14:44:16 +0000 (06:44 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 20 Jan 2016 16:27:21 +0000 (08:27 -0800)
commitc5562271fd3fb888ae26a6b7c8e12f622fa9c28f
tree2873c008a87143c6d18f490c331b11026a886e6e
parent3b32bb36a1d469207de22ec159be5d8d019a626b
ofp-prop: New module for working with OpenFlow 1.3+ properties.

Several OpenFlow 1.3+ messages use TLV-based properties that take a
common form.  Until now, ofp-util has had some static functions for
dealing with properties.  Because properties will start to be needed
outside of ofp-util, this commit breaks them out into a new library,
renaming them to begin with ofpprop_.

The following commit will add a few new interfaces that add new
functionality.

Signed-off-by: Ben Pfaff <blp@ovn.org>
include/openflow/openflow-common.h
lib/automake.mk
lib/ofp-prop.c [new file with mode: 0644]
lib/ofp-prop.h [new file with mode: 0644]
lib/ofp-util.c