ofp-util: Make ofputil_port_from_ofp11() return OFPP_NONE on error.
authorBen Pfaff <blp@nicira.com>
Mon, 20 May 2013 19:21:51 +0000 (12:21 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 20 May 2013 19:21:51 +0000 (12:21 -0700)
This makes life easier for a few callers, and it agrees with my usual
preference that a function should fill in its output parameters whether it
succeeds or not.

CC: Jarno Rajahalme <jarno.rajahalme@nsn.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found