ofp-util: Further abstract definitions of action properties.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Aug 2011 18:01:17 +0000 (11:01 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Sep 2011 18:46:08 +0000 (11:46 -0700)
commite23ae585275dfa76de50b698754b2066cc944e01
treec138b7952a277ef74beb17b367acbb6bf1fa46d6
parent39dc90822efc67cee8485e3e410f239a2a9e6e00
ofp-util: Further abstract definitions of action properties.

This commit primarily moves the OFPAT_ACTION and NXAST_ACTION invocations
into a new file ofp-util.def.  This allows multiple places in the source to
use them.

This commit also adds a new function ofputil_action_code_from_name().
The following commit will add the first user.
lib/automake.mk
lib/ofp-util.c
lib/ofp-util.def [new file with mode: 0644]
lib/ofp-util.h