Re: [ovs-dev] [PATCH] ofp-print.c: Fix remaining port number prints.

2013-01-15 Thread Ben Pfaff
On Mon, Jan 14, 2013 at 02:43:53PM +0200, Jarno Rajahalme wrote: > Use ofputil_format_port() to print port numbers so that special ports > will be printed out as symbolic names (e.g., LOCAL) instead of numbers. > > > Signed-off-by: Jarno Rajahalme Thanks, applied. I made one stylistic change:

[ovs-dev] [PATCH] ofp-print.c: Fix remaining port number prints.

2013-01-14 Thread Jarno Rajahalme
Use ofputil_format_port() to print port numbers so that special ports will be printed out as symbolic names (e.g., LOCAL) instead of numbers. Signed-off-by: Jarno Rajahalme --- lib/ofp-print.c| 42 -- tests/ofp-print.at | 12 ++-- tests/of