ofp-util: Make validate_actions() take a struct flow *.
authorBen Pfaff <blp@nicira.com>
Tue, 26 Oct 2010 16:41:24 +0000 (09:41 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 10 Nov 2010 01:08:09 +0000 (17:08 -0800)
commitf1defbf96df61a1fce8ec8ca63a56018bff4c940
tree25c7d1d53b52a5a7ed162400f8f07f9f08791e4b
parentac51afaf4c98fc275769afa412e68eb2df41e059
ofp-util: Make validate_actions() take a struct flow *.

The upcoming support for actions on registers will require the flow to
validate actions, so this commit adds the parameter in advance.  It is
not yet used.
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto.c