ofp-util: Set switch_features actions to zero for Open Flow 1.1+
authorSimon Horman <horms@verge.net.au>
Wed, 1 Aug 2012 07:01:44 +0000 (16:01 +0900)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Aug 2012 17:49:34 +0000 (10:49 -0700)
commit34b28fc7b666d5e58afbac842fe7987a35bc9467
treed525b98dff72a3b5042414e2f8a4b2dd442818e0
parent2f446d104da073a3a8e092423a7ca4c29f51d6d0
ofp-util: Set switch_features actions to zero for Open Flow 1.1+

As of Open Flow 1.1 what was the actions element of
struct switch_features becomes reserved. As such
it seems sensible to always decode it as zero.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c