openflow: Change ofp_phy_port's 'name' member from uint8_t[] to char[].
authorBen Pfaff <blp@nicira.com>
Tue, 16 Nov 2010 19:05:48 +0000 (11:05 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 2 Dec 2010 22:57:04 +0000 (14:57 -0800)
commit0b61210ecb328274be67c23127e15af0809b00da
treed9fb2c8e4519c00841fb3074590a5401d12ec06a
parentd12513f7075373d07565f66ab4c781b73b00867d
openflow: Change ofp_phy_port's 'name' member from uint8_t[] to char[].

The uint8_t type here has bothered me from the very beginning.
include/openflow/openflow.h
lib/learning-switch.c
lib/ofp-print.c
ofproto/ofproto.c
utilities/ovs-ofctl.c