ofp-parse: Refactor action parsing to improve compiler warnings.
authorBen Pfaff <blp@nicira.com>
Tue, 16 Aug 2011 23:08:24 +0000 (16:08 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Sep 2011 18:46:08 +0000 (11:46 -0700)
commit333eba210b39a09a17c036335ed312ae123ba339
treee2f334f7d2536fec13d2046fb4f94be2866230f6
parente23ae585275dfa76de50b698754b2066cc944e01
ofp-parse: Refactor action parsing to improve compiler warnings.

When a new action is added, compiler warnings show most of the places that
need new code to handle that action.  The action parsing code in
ofp-parse.c was the one remaining missing case.  This commit fixes that.
lib/ofp-parse.c