flow: Differentiate between "port" when printing flows
authorJustin Pettit <jpettit@nicira.com>
Mon, 26 Oct 2009 19:02:02 +0000 (12:02 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 26 Oct 2009 19:29:49 +0000 (12:29 -0700)
commit9052790aac60c01195c170d0ed2c7159e1343af7
treefe8cac670ca5e0e3a464aedbb9979269fbd26562
parentcdd35cff225bf39767ea9e2e535cf2940b0e5127
flow: Differentiate between "port" when printing flows

When printing a flow, there were two references to "port": one the
interface the packet arrived on and the other the L4 ports.  This could
be a bit confusing to new users looking at the output of a command such
as "ovs-ofctl dump-flows".  This commit changes the incoming interface
field from "port" to "in_port".
lib/flow.c