vconn: Fix byte-swapping of message type when validating OpenFlow actions.
authorJean Tourrihles <jt@hpl.hp.com>
Fri, 11 Sep 2009 22:19:15 +0000 (15:19 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Sep 2009 22:19:15 +0000 (15:19 -0700)
commitdc6fe1d7ee2f1dbafea795c110ccdbb54a5946e5
treeb73579988c931d852508eab0f4bc2534461cea60
parentb16fdafe572f4d91b480c2c84758c643a41376af
vconn: Fix byte-swapping of message type when validating OpenFlow actions.

It seems really strange that this one slipped through.  Perhaps this
means that we have never tested with any action other than OFPAT_OUTPUT
(which has value 0 and thus is not affected by byte-swapping).
lib/vconn.c