openflow: Fix endian issues in flow expiration messages
authorJustin Pettit <jpettit@nicira.com>
Thu, 29 Oct 2009 00:15:57 +0000 (17:15 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 29 Oct 2009 00:15:57 +0000 (17:15 -0700)
commit3d3d15a0e6e9104f6c29e3ab21f4ea7189dccbab
tree490c8c9d78c0f7524c9f054d3d4592676ca829e3
parent14a34fe401551c7839306e3cf7a22c5bf83b52a5
openflow: Fix endian issues in flow expiration messages

A few of the fields in the OpenFlow flow expiration message were being
sent in host-byte order.  This properly converts them to network.

Thanks to David Erickson for catching this!
secchan/ofproto.c