ovs-ofctl: Fix return value of str_to_port_no().
authorBen Pfaff <blp@nicira.com>
Tue, 16 Nov 2010 18:25:22 +0000 (10:25 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Nov 2010 17:21:09 +0000 (09:21 -0800)
commite94b92baf63322117e22a7432e1740afa3073587
tree34d5b9414d58ebf7ef6ac229a861060c845c8eb3
parent6d37aaf186c9f4595258903241f4fa0175ecf6dd
ovs-ofctl: Fix return value of str_to_port_no().

The index into the array of ports returned in the OFPT_FEATURES_REPLY
message is not necessarily the same as the port number, so this fixes a
real bug.
utilities/ovs-ofctl.c