ofp-util: Simplify ofputil_decode_switch_features().
authorBen Pfaff <blp@nicira.com>
Fri, 9 May 2014 19:36:30 +0000 (12:36 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 14 May 2014 17:31:43 +0000 (10:31 -0700)
commit942130c5f8b910ef2ea92541721a0eb5d438110e
treeab88449fafd4bb19967dcada33b9050022947fdc
parent1bb2cdbef2dbbd946fb3f8e82417303ae801c2f8
ofp-util: Simplify ofputil_decode_switch_features().

It does not need to check the size, because the decoder in ofp-msgs.c
checks for a valid size.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c