ofproto: Maintain ofp_phy_port for each ofport in network byte order.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 21:11:39 +0000 (14:11 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 17:12:05 +0000 (10:12 -0700)
commit9cfcdadf934213982a0fb96a29d100e8ba0187f7
tree425e2b3b5f977dd8d63a3faf7731da80ac388a33
parent9e97e8bbe37bfcc6c308be29df637b1776d1f76e
ofproto: Maintain ofp_phy_port for each ofport in network byte order.

It's rather confusing to have an instance of a whole structure in an
unexpected byte order.  This commit gets rid of that oddity.
lib/ofp-util.c
lib/ofp-util.h
ofproto/connmgr.c
ofproto/ofproto.c